pos_hide_margin/__manifest__.py

25 lines
764 B
Python

{
'name': 'POS Hide Margin',
'version': '19.0.1.0.0',
'category': 'Point of Sale',
'summary': 'Hide margin and cost fields in POS frontend and backend views for selected users',
'description': """
Adds a configuration on the User form (Hide Margin).
When active:
- All POS margin/cost fields are hidden in form, tree, search and pivot views.
- POS frontend popup hides cost and margin details.
""",
'author': 'Suherdy Yacob',
'depends': ['point_of_sale', 'pos_hr'],
'data': [
'views/res_users_views.xml',
],
'assets': {
'point_of_sale._assets_pos': [
'pos_hide_margin/static/src/app/**/*',
],
},
'installable': True,
'license': 'LGPL-3',
}