Search 1.9 billion lines of Odoo code on GitHub

mrp_unbuild_tracked_raw_material

Author: Akretion, Odoo Community Association (OCA)
License: AGPL-3
Branch: 13.0
Repository: alfredoavanzosc/manufacture
Dependencies: mrp, and stock
Languages: HTML (370, 56.6%), Python (192, 29.4%), XML (15, 2.3%), and reStructuredText (77, 11.8%)
Other branches: 12.0
Other repositories: Chandresh-SerpentCS/manufacture, Change2improve/manufacture, Daniel254/manufacture, Darknroses/manufacture, DulingLai/manufacture, ERPLibre/manufacture, Escodoo/manufacture, ForgeFlow/manufacture, Gabinete-Digital/manufacture, Ingeos/manufacture, Jarsa/manufacture, Jonathan-pr/manufacture, JuaniFreedoo/manufacture, LevelPrime/manufacture, LoisRForgeFlow/manufacture, MadalinaRU/manufacture, MathBenTech/manufacture, NeatNerdPrime/manufacture, OCA-MUK/manufacture, OCA/manufacture, PlanetaTIC/manufacture, SanteLibre/manufacture, SerpentConsultingServices/manufacture, SolutionSeekers/manufacture, Tecnativa/manufacture, VanMoof/manufacture, Vauxoo/manufacture, aaltinisik/manufacture, akretion/manufacture, anhvu-sg/manufacture, asphaltzipper/manufacture, augustodinizl/manufacture, aurestic/manufacture, brain-tec/manufacture, camptocamp/manufacture, chefshamy/manufacture, cormaza/manufacture, danielkurman/manufacture, diggy128/manufacture, ecosoft-odoo/manufacture, enmingc/manufacture, exosoftware/oca-manufacture, grindtildeath/manufacture, gurneyalex/manufacture, harsh-erpharbor/manufacture, jupiterzhuo/manufacture, kazacube-damien/manufacture, kevinkhao/manufacture, kmee/manufacture, kos94ok-3D/manufacture, lbelorgey/manufacture, lefilament/manufacture, lideritjnma/manufacture, lmag/manufacture, mariaasunciondaza/manufacture, mondoraemon/manufacture, mymage/manufacture, nabiforks/manufacture, putao615/manufacture, rudisulistyo/manufacture, sanube/manufacture, sergiocorato/manufacture, sudhir-erpharbor/manufacture, sunshineLhj/manufacture, tegin/manufacture, ursais/manufacture, usmcgwg/manufacture, wahello/manufacture, x0rzkov/odoo-manufacture, yostashiro/manufacture, and youssefodoo1/manufacture

<h1 class="title">Mrp Unbuild Tracked Raw Material</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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/13.0/mrp_unbuild_tracked_raw_material"><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-13-0/manufacture-13-0-mrp_unbuild_tracked_raw_material"><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/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>Odoo has a limitation on tracked product's components which are not manufactured in the ERP.</p> <p>When you try to do it, you get this warning:</p> <p>Some of your components are tracked, you have to specify a manufacturing order in order to retrieve the correct components.</p> <p>Unfortunately, it doesn't cover all the use cases.</p> <p>Example: You receive eggs and you want to unbuild them in 2 parts:</p> <blockquote> <ul class="simple"> <li>yellow part</li> <li>white part</li> </ul> </blockquote> <p>Each of the parts are tracked and not linked to a previous manufacturing order because, you don't build the eggs yourself, you subcontract it to a chicken.</p> <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="id1">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id3">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id4">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id5">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id6">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id7">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id8">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>Customize method <cite>_prepare_lots_for_purchased_unbuild()</cite> to define your own data lot</p> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p># Check 'Allow Unbuild Purchased' field in Inventory tab on product form for any product with a bom you didn't manufactured but you want unbuild.</p> <p># Go to Manufacturing &gt; Operations &gt; Unbuild Orders</p> <p># Encode an unbuild order with the product used in first step</p> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h2> <p>This module doesn't take account product <cite>allow_unbuild_purchased</cite> checked which use <cite>serial</cite> tracking</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id4">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_unbuild_tracked_raw_material%0Aversion:%2013.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="#id5">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id6">Authors</a></h3> <ul class="simple"> <li>Akretion</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id7">Contributors</a></h3> <p>Akretion:</p> <blockquote> <ul class="simple"> <li>David Béal &lt;<a class="reference external" href="mailto:david.beal&#64;akretion.com">david.beal&#64;akretion.com</a>&gt;</li> </ul> </blockquote> <ul class="simple"> <li>Pimolnat Suntian &lt;<a class="reference external" href="mailto:pimolnats&#64;ecosoft.co.th">pimolnats&#64;ecosoft.co.th</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id8">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/bealdav"><img alt="bealdav" src="https://github.com/bealdav.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/manufacture/tree/13.0/mrp_unbuild_tracked_raw_material">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>