Go to file
2026-01-23 15:52:35 +07:00
__pycache__ first commit 2026-01-23 15:33:44 +07:00
models first commit 2026-01-23 15:33:44 +07:00
views first commit 2026-01-23 15:33:44 +07:00
__init__.py first commit 2026-01-23 15:33:44 +07:00
__manifest__.py first commit 2026-01-23 15:33:44 +07:00
.gitignore add gitignore and readme.md 2026-01-23 15:52:35 +07:00
README.md add gitignore and readme.md 2026-01-23 15:52:35 +07:00

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

  1. Go to Settings > Users & Companies > Users.
  2. Select a user.
  3. Go to the Manufacturing Restrictions tab.
  4. Add products to the Allowed Products Manufacture field.
    • If left empty, the user will be blocked from creating MOs.

Usage

  1. Log in as the configured user.
  2. Navigate to Manufacturing > Operations > Manufacturing Orders.
  3. Create a new Manufacturing Order.
  4. The Product dropdown will only show the allowed products.