Search 1.9 billion lines of Odoo code on GitHub

ddmrp_production_equivalent

Author: Open Source Integrators, Odoo Community Association (OCA)
License: AGPL-3
Branch: 11.0
Repository: acsone/ddmrp
Dependencies: ddmrp, mrp, mrp_bom_equivalent, and product_priority
Languages: PO File (16, 13.3%), Python (57, 47.5%), and reStructuredText (47, 39.2%)
Other repositories: Change2improve/ddmrp, ERPLibre/ddmrp, ForgeFlow/ddmrp-1, Gabinete-Digital/ddmrp, Guobower/OCA-ddmrp, NeatNerdPrime/ddmrp, Nikul-Chaudhary/ddmrp, OCA/ddmrp, SSISoftware/ddmrp, SeuMarco/ddmrp, VisiionSolucionesTecnologicas/ddmrp, agyamuta/ddmrp, ajinvn2019/ddmrp, aurestic/ddmrp, brain-tec/ddmrp, camilinsolano/ddmrp, camptocamp/ddmrp, daramousk/ddmrp, grindtildeath/ddmrp, guewen/ddmrp-1, kittiu/ddmrp, kmee/ddmrp, nagarajannxweb/ddmrp, niulinlnc/ddmrp, noorealam96/ddmrp, pragmatic-dev/ddmrp, pscloud/ddmrp, simplex-sx/ddmrp, ursais/ddmrp, wahello/ddmrp, zhusl/ddmrp, and zlf4535/ddmrp

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="mrp-bom-equivalences-when-mo-is-created"></a> <h2>MRP BoM Equivalences when MO is created</h2> <p>When a manufacturing order is created, Odoo uses the bill of material to determine which parts must be consumed without checking their availability.</p> <p>This module uses an equivalent part if the part on the BOM is not available..</p> <a name="usage"></a> <h3>Usage</h3> <ul class="simple"> <li>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.</li> <li>As an example, when a manufacturing order is created:</li> </ul> <dl class="docutils"> <dt>If Part A from the BOM is available (quantity on hand &gt; requested quantity):</dt> <dd>use Part A</dd> <dt>Otherwise</dt> <dd><dl class="first last docutils"> <dt>If equivalences can be used:</dt> <dd>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</dd> <dt>Otherwise:</dt> <dd>Use Part A</dd> </dl> </dd> </dl> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/manufacture/issues">GitHub Issues</a>. 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.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Antonio Yamuta &lt;<a class="reference external" href="mailto:ayamuta&#64;opensourceintegrators.com">ayamuta&#64;opensourceintegrators.com</a>&gt;</li> <li>Maxime Chambreuil &lt;<a class="reference external" href="mailto:mchambreuil&#64;opensourceintegrators.com">mchambreuil&#64;opensourceintegrators.com</a>&gt;</li> </ul> <a name="funders"></a> <h4>Funders</h4> <p>The development of this module has been financially supported by:</p> <ul class="simple"> <li>Open Source Integrators &lt;<a class="reference external" href="http://www.opensourceintegrators.com">http://www.opensourceintegrators.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>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.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>