hide_update_quantity_button/__manifest__.py
2025-11-27 10:04:56 +07:00

20 lines
627 B
Python

{
'name': 'Hide Update Quantity Button',
'version': '18.0.1.0.0',
'category': 'Inventory',
'summary': 'Hide Update Quantity button for non-ERP managers',
'description': """
This module hides the 'Update Quantity' button in product forms for users who are not in the ERP manager group.
Only users belonging to the base.group_erp_manager group can access the 'Update Quantity' button.
""",
'author': 'Suherdy Yacob',
'depends': [
'stock',
],
'data': [
'views/product_views.xml',
],
'installable': True,
'auto_install': False,
'application': False,
}