pos_kitchen_custom_access/__manifest__.py
2026-05-27 09:29:00 +07:00

22 lines
660 B
Python

{
'name': 'POS & Kitchen User Custom Access',
'version': '19.0.1.0.0',
'category': 'Point of Sale',
'summary': 'Restrict menu visibility for POS and Kitchen users',
'description': """
Hides all top navigation menus except:
- Point of Sale (for users marked as POS Users)
- Kitchen Display (for users marked as Kitchen Users)
Does not block backend or API access.
""",
'author': 'Suherdy Yacob',
'depends': ['base', 'point_of_sale', 'pos_enterprise'],
'data': [
'views/res_users_views.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
}