From 51e581eb7a2640535fe8f58c5a0dbe8a514b48e7 Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Wed, 1 Apr 2026 15:16:08 +0700 Subject: [PATCH] chore: add author and license information to manifest file --- __manifest__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/__manifest__.py b/__manifest__.py index c45c0e6..b86dc55 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -3,6 +3,8 @@ 'version': '1.0', 'category': 'Sales/Point of Sale', 'summary': 'Optimize POS UI for low-RAM devices with incremental rendering.', + 'author': 'Suherdy Yacob', + 'license': 'LGPL-3', 'depends': ['point_of_sale'], 'data': [], 'assets': {