mrp_user_product_restriction/__manifest__.py
2026-01-23 15:33:44 +07:00

21 lines
731 B
Python

{
'name': 'MRP User Product Restriction',
'version': '17.0.1.0.0',
'category': 'Manufacturing/Manufacturing',
'summary': 'Restrict products in Manufacturing Orders based on user settings',
'description': """
This module adds a new tab in the User settings form to define allowed products for Manufacturing Orders.
If a user has products defined, they can only create MOs for those products.
If no products are defined, they cannot create any MOs.
""",
'author': 'Antigravity',
'depends': ['mrp'],
'data': [
'views/res_users_views.xml',
'views/mrp_production_views.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
}