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',