Search 1.9 billion lines of Odoo code on GitHub

mrp_request

Author: ForgeFlow,Odoo Community Association (OCA)
License: AGPL-3
Branch: 15.0-mig-mrp_request
Repository: Jarsa-dev/manufacture
Dependencies: mrp, stock, and stock_free_quantity
Languages: HTML (416, 1.8%), PO File (21696, 92.2%), Python (818, 3.5%), XML (469, 2.0%), and reStructuredText (139, 0.6%)
Other branches: 14.0-mig-mrp_production_request
Other repositories: Jarsa/manufacture

<h1 class="title">MRP Request</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external" 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.png" /></a> <a class="reference external" href="https://github.com/OCA/manufacture/tree/14.0/mrp_request"><img alt="OCA/manufacture" src="https://img.shields.io/badge/github-OCA%2Fmanufacture-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/manufacture-14-0/manufacture-14-0-mrp_request"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/129/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module extends the functionality of Manufacturing to allow you to use Manufacturing Request (MR) as a previous step to Manufacturing Orders (MO).</p> <p>Some of the benefits you can obtain are:</p> <ul class="simple"> <li>Allow managers to review what is going to be manufactured.</li> <li>Better control of manufacturing calendar.</li> <li>Manage big requirements splitting them in batches.</li> <li>Know your bottleneck component in advance and only schedule what you really can build.</li> </ul> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id3">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id4">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id5">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#changelog" id="id6">Changelog</a><ul> <li><a class="reference internal" href="#id1" id="id7">12.0.1.0.0 (2019-09-13)</a></li> <li><a class="reference internal" href="#id2" id="id8">11.0.1.0.0 (2018-09-13)</a></li> </ul> </li> <li><a class="reference internal" href="#bug-tracker" id="id9">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id10">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id11">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id12">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id13">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id3">Configuration</a></h2> <p>To configure a product to automatically generate Manufacturing Requests from procurements instead of directly create manufacturing orders you need to:</p> <ol class="arabic simple"> <li>Go to the products that you want them to trigger manufacturing requests.</li> <li>Go to the <em>Inventory</em> tab.</li> <li>Check the box of a <em>manufacture</em> route and the box of <em>Manufacturing Request</em>.</li> </ol> <a name="usage"></a> <h2><a class="toc-backref" href="#id4">Usage</a></h2> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Go to <em>Manufacturing &gt; Manufacturing Requests</em>.</li> <li>Create a manufacturing request or open a existing one (assigned to you or created from a procurement).</li> <li>If you click on <em>Request approval</em> button the user assigned as approver will be added to the thread.</li> <li>If you are the approver you can either click on <em>Approve</em> or <em>Reject</em> buttons.</li> <li>Rejecting a MR will cancel it and propagate this cancellation to destination moves.</li> <li>Approving a MR will allow you to create manufacturing orders.</li> <li>You can manually set to done a request by clicking in the button <em>Done</em>.</li> </ol> <p>To create MOs from MRs you have to:</p> <ol class="arabic simple"> <li>Go to approved manufacturing request.</li> <li>Click on the button <em>Create Manufacturing Order</em>.</li> <li>In the opened wizard, click on <em>Compute lines</em> so you will have a quantity proposed for creating a MO. This quantity is the maximum quantity you can produce with the current stock available for the components needed in the source location.</li> <li>Use the proposed quantity or change it and click on <em>Create MO</em> at the bottom of the wizard.</li> </ol> <p><strong>NOTE:</strong> This module does not restrict the quantity that can be converted from a MR to MOs. It is in hands of the user to decide when a MR is ended and to set it to <em>Done</em> state.</p> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id5">Known issues / Roadmap</a></h2> <ul class="simple"> <li>Take into account workstations.</li> <li>Take into account consumable products.</li> </ul> <a name="changelog"></a> <h2><a class="toc-backref" href="#id6">Changelog</a></h2> <a name="id1"></a> <h3><a class="toc-backref" href="#id7">12.0.1.0.0 (2019-09-13)</a></h3> <ul class="simple"> <li>[MIG] Migration to v12.</li> </ul> <a name="id2"></a> <h3><a class="toc-backref" href="#id8">11.0.1.0.0 (2018-09-13)</a></h3> <ul class="simple"> <li>[MIG] Migration to v11. Start of the history.</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id9">Bug Tracker</a></h2> <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 smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/manufacture/issues/new?body=module:%20mrp_request%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id10">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id11">Authors</a></h3> <ul class="simple"> <li>ForgeFlow</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id12">Contributors</a></h3> <ul class="simple"> <li>Lois Rilo Antelo &lt;<a class="reference external" href="mailto:lois.rilo&#64;forgeflow.com">lois.rilo&#64;forgeflow.com</a>&gt;</li> <li>Jordi Ballester &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;</li> <li>Chandresh Thakkar &lt;<a class="reference external" href="mailto:chandresh.thakkar.serpentcs&#64;gmail.com">chandresh.thakkar.serpentcs&#64;gmail.com</a>&gt;</li> <li>Alan Ramos &lt;<a class="reference external" href="mailto:alan.ramos&#64;jarsa.com.mx">alan.ramos&#64;jarsa.com.mx</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id13">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <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>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>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p> <p><a class="reference external" href="https://github.com/LoisRForgeFlow"><img alt="LoisRForgeFlow" src="https://github.com/LoisRForgeFlow.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/manufacture/tree/14.0/mrp_request">OCA/manufacture</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>