MRP BoM Equivalences when Production Order is Created
by Open Source Integrators https://github.com/OCA/ddmrp , Odoo Community Association (OCA) https://github.com/OCA/ddmrpAvailability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Manufacturing (mrp)
• Purchase Management (purchase) • Inventory Management (stock) • Discuss (mail) |
Community Apps Dependencies |
Show
•
DDMRP
• MRP BoM Equivalences • Product Priority • Base Cron Exclusion • Colorize field in tree views • MRP BOM Location • MRP Multi Level • Stock Available Unreserved • Stock Demand Estimate • Stock Orderpoint Manual Procurement • Stock Orderpoint Purchase Link • Stock Orderpoint UoM • Stock Warehouse Calendar • Stock Warehouse Orderpoint Stock Info • Stock Warehouse Orderpoint Stock Info Unreserved • Web Widget Bokeh Chart • MRP Warehouse Calendar • 2D matrix for x2many fields • Date Range • Stock Orderpoint Move Link |
Lines of code | 56027 |
Technical Name |
ddmrp_production_equivalent |
License | AGPL-3 |
Website | https://github.com/OCA/ddmrp |
MRP BoM Equivalences when MO is created
When a manufacturing order is created, Odoo uses the bill of material to determine which parts must be consumed without checking their availability.
This module uses an equivalent part if the part on the BOM is not available..
Usage
- Using DDMRP mechanism, If the main part on the BOM is not available (netflow position is in the red or yellow zone) and equivalences can be used, use the first part (based on priority) that have a netflow position in the green zone.
- As an example, when a manufacturing order is created:
- If Part A from the BOM is available (quantity on hand > requested quantity):
- use Part A
- Otherwise
- If equivalences can be used:
- Get all the other parts in the same product category Exclude the non-equivalent parts listed in the BOM line Sort the remaining parts by their priority Use the first one
- Otherwise:
- Use Part A
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.
Credits
Images
- Odoo Community Association: Icon.
Contributors
- Antonio Yamuta <ayamuta@opensourceintegrators.com>
- Maxime Chambreuil <mchambreuil@opensourceintegrators.com>
Funders
The development of this module has been financially supported by:
- Open Source Integrators <http://www.opensourceintegrators.com>
Maintainer

This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit https://odoo-community.org.
Please log in to comment on this module