pos_custom_access/__manifest__.py
2026-05-12 13:15:13 +07:00

25 lines
746 B
Python

{
'name': 'POS Custom Employee Access',
'version': '19.0.0.0.1',
'category': 'Point of Sale',
'summary': 'Enhanced POS access control and employee tracking',
'description': """
- Remove "+ New Order" button on Floor Screen
- Enforce PIN entry on table selection
- Enforce PIN entry on payment with role check
- Record order creator and payer employees
""",
'author': 'Suherdy Yacob',
'depends': ['pos_restaurant', 'pos_hr', 'pos_employee_role'],
'data': [
'views/pos_order_views.xml',
],
'assets': {
'point_of_sale._assets_pos': [
'pos_custom_access/static/src/app/**/*',
],
},
'installable': True,
'license': 'LGPL-3',
}