Search 1.9 billion lines of Odoo code on GitHub

mrp_subcontracted

Author: Akretion
License: AGPL-3
Branch: 10-mrp_subcontracted
Repository: akretion/ak-odoo-incubator
Dependencies: mrp, purchase, and subcontracted_service
Languages: Python (392, 68.2%), XML (123, 21.4%), and reStructuredText (60, 10.4%)
Other repositories: 0yik/ak-odoo-incubator, EBII/ak-odoo-incubator, RL-OtherApps/ak-odoo-incubator, camptocamp/ak-odoo-incubator, florian-dacosta/ak-odoo-incubator, hadjerBachiri/ak-odoo-incubator, kevinkhao/ak-odoo-incubator, magnuscolors/ak-odoo-incubator, vidtsin/ak-odoo-incubator, and westlyou/ak-odoo-incubator

<a class="reference external image-reference" href="https://www.gnu.org/licenses/agpl"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a name="subcontracted-manfucatring-order"></a> <h2>Subcontracted Manfucatring Order</h2> <p>This modules allows to bind a Bill of Materials to a service (product).</p> <p>When a manufacturing order (MO) for this BOM is created, a purchase order (PO) for this service will be created and linked to the MO.</p> <dl class="docutils"> <dt>This is useful in case of subcontracted manufacturing:</dt> <dd><ul class="first last simple"> <li>you may or not provide raw materials to a supplier</li> <li>the supplier process the manufacturing (service)</li> </ul> </dd> </dl> <p>This module make use of procurements.</p> <a name="installation"></a> <h3>Installation</h3> <p>To install this module, you need to:</p> <ol class="arabic simple"> <li>Install the module</li> </ol> <a name="configuration"></a> <h3>Configuration</h3> <p>To configure this module, you need to:</p> <ol class="arabic simple"> <li><dl class="first docutils"> <dt>Configure the service products:</dt> <dd><ul class="first last"> <li>Ensure the product type is &quot;service&quot;,</li> <li>Check the flag property_subcontracted_service</li> <li>Add the subcontractor as a supplier of this product.</li> </ul> </dd> </dl> </li> <li><dl class="first docutils"> <dt>Configure rules (for each warehouse):</dt> <dd><ul class="first last"> <li>Configure the predifined &quot;Subcontracting_service procurement' rule in Inventory / Configuration / Routes. Set propagate flag to false.</li> </ul> </dd> </dl> </li> <li><dl class="first docutils"> <dt>Configure the Bill Of Matterials (BOM):</dt> <dd><ul class="first last"> <li>On the bill set a service product</li> </ul> </dd> </dl> </li> </ol> <a name="usage"></a> <h3>Usage</h3> <p>When a MO is created, if a service is attached in the BOM, a purchase order will be created. The availability of the MO is forced to 'waiting' until the purchase is not done.</p> <ol class="arabic simple"> <li>Go to ...</li> </ol> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/{repo_id}/{branch}"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <ul class="simple"> <li>All purchase order lines should be service (no buy products) because of the picking type manufacture</li> <li>A line should have only one (procurement, MO) associated</li> </ul> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/{project_repo}/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://odoo-community.org/logo.png">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Raphaƫl Reverdy &lt;<a class="reference external" href="mailto:raphael.reverdy&#64;akretion.com">raphael.reverdy&#64;akretion.com</a>&gt; (Akretion)</li> </ul> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="funders"></a> <h4>Funders</h4> <p>The development of this module has been financially supported by:</p> <ul class="simple"> <li>Akretion</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>