From a0018e2572b08e264721723183bae72770d0b32f Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Mon, 11 May 2026 10:35:15 +0700 Subject: [PATCH] chore: add author information to manifest file --- __manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__manifest__.py b/__manifest__.py index fcd3128..a6fadbe 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -9,6 +9,7 @@ This module adds a role to employees for Point of Sale. Roles: Server, Cashier, Outlet Manager, Area Manager. These roles are used to restrict POS UI features dynamically. """, + 'author': 'Suherdy Yacob', 'depends': ['point_of_sale', 'pos_hr'], 'data': [ 'views/hr_employee_views.xml',