From 14b847d3ba4a38337e859858468abfcb36f612fd Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Fri, 20 Mar 2026 15:20:47 +0700 Subject: [PATCH] feat: Add author to module manifest. --- __manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__manifest__.py b/__manifest__.py index 00d8cbc..0d94094 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -3,6 +3,7 @@ 'version': '1.0', 'category': 'Sales/Point of Sale', 'summary': 'Optimize POS UI for low-RAM devices with incremental rendering (Odoo 19).', + 'author': "Suherdy Yacob", 'depends': ['point_of_sale'], 'data': [], 'assets': {