| __pycache__ | ||
| models | ||
| views | ||
| __init__.py | ||
| __manifest__.py | ||
| .gitignore | ||
| README.md | ||
MRP User Product Restriction
This Odoo 17 module allows you to restrict the products a user can manufacture.
Features
- Manufacturing Restrictions Tab: Adds a new tab in the User form to define allowed products.
- Strict Validation: Users can only create Manufacturing Orders for products listed in their "Allowed Products Manufacture" field.
- Empty List Protection: If the "Allowed Products Manufacture" list is empty, the user cannot create ANY Manufacturing Orders.
- Smart Filtering: The product dropdown in the Manufacturing Order form is automatically filtered to show only allowed products.
Configuration
- Go to Settings > Users & Companies > Users.
- Select a user.
- Go to the Manufacturing Restrictions tab.
- Add products to the Allowed Products Manufacture field.
- If left empty, the user will be blocked from creating MOs.
Usage
- Log in as the configured user.
- Navigate to Manufacturing > Operations > Manufacturing Orders.
- Create a new Manufacturing Order.
- The Product dropdown will only show the allowed products.