23 lines
698 B
Python
23 lines
698 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',
|
|
'views/pos_config_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|