20 lines
627 B
Python
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,
|
|
} |