pos_custom_access/__manifest__.py

31 lines
1.1 KiB
Python

{
'name': 'POS Custom Employee Access',
'version': '19.0.0.0.3',
'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
- Hide "Course" button on POS UI
- Hide "Transfer Course" button on POS UI
- Hide "Save Order for Later" (upload) button on POS UI
- Rename "Basic Receipt" to "Table Checker"
- Bypass PIN code and employee selection on Unlock Register
- Stay on the current order/table after clicking Send
""",
'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',
}