Go to file
2026-03-10 09:08:39 +07:00
models Fix: use sudo when accessing shared operations from BOM. 2026-03-10 09:08:39 +07:00
tests first commit 2026-02-11 11:56:58 +07:00
views first commit 2026-02-11 11:56:58 +07:00
__init__.py first commit 2026-02-11 11:56:58 +07:00
__manifest__.py first commit 2026-02-11 11:56:58 +07:00
.gitignore first commit 2026-02-11 11:56:58 +07:00
README.md first commit 2026-02-11 11:56:58 +07:00

Shared MRP Operations

This module allows you to define Manufacturing Operations (Work Center Usages) that can be shared across multiple Bills of Materials (BOMs).

Features

  • Shared Operations: Define a single operation and link it to multiple BOMs.
  • Optional BOM Link: Operations no longer require a single specific BOM link.
  • Company Consistency: Ensures shared operations respect company assignments.
  • Automatic Work Orders: Manufacturing Orders automatically generate Work Orders for both specific and shared operations.

Usage

  1. Go to Manufacturing > Configuration > Operations.
  2. Create a new Operation.
  3. Leave the Bill of Material field empty.
  4. In the Applies to BOMs field, select all the BOMs that should include this operation.
  5. Save.

When you create a Manufacturing Order for any of the selected BOMs, this shared operation will be included as a Work Order.