Search 1.9 billion lines of Odoo code on GitHub

mrp_bom_comparison

Author: ABF OSIELL, Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0
Repository: aaltinisik/manufacture
Dependencies: decimal_precision, mrp, and web
Languages: HTML (351, 38.2%), PO File (85, 9.2%), Python (296, 32.2%), XML (128, 13.9%), and reStructuredText (59, 6.4%)
Other repositories: AnilKesariya/manufacture, Chandresh-SerpentCS/manufacture, Change2improve/manufacture, Daniel254/manufacture, Darknroses/manufacture, DulingLai/manufacture, ERPLibre/manufacture, Escodoo/manufacture, ForgeFlow/manufacture, Gabinete-Digital/manufacture, GrupoAlvamex/manufacture, Guobower/OCA-manufacture, Ingeos/manufacture, Jarsa-dev/manufacture, Jonathan-pr/manufacture, JuaniFreedoo/manufacture, KonosCL/manufacture, LevelPrime/manufacture, LoisRForgeFlow/manufacture, MadalinaRU/manufacture, MathBenTech/manufacture, Mefistous/manufacture, NachoAlesLopez/manufacture, NeatNerdPrime/manufacture, Nikul-Chaudhary/manufacture, OCA-MUK/manufacture, OCA/manufacture, Palpid/manufacture, PlanetaTIC/manufacture, SalahAdDin/manufacture, SanteLibre/manufacture, Saran440/manufacture, SerpentConsultingServices/manufacture, SimoRubi/manufacture, SolutionSeekers/manufacture, VanMoof/manufacture, Vauxoo/manufacture, VisiionSolucionesTecnologicas/manufacture, acsone/manufacture, ajinvn2019/manufacture, akretion/manufacture, alfredoavanzosc/manufacture, algiopensource/manufacture, andreampiovesana/manufacture, anhvu-sg/manufacture, asphaltzipper/manufacture, augustodinizl/manufacture, aurestic/manufacture, brain-tec/manufacture, camptocamp/manufacture, chefshamy/manufacture, chenjingxiong/manufacture, cormaza/manufacture, danielkurman/manufacture, daramousk/manufacture, diegobgl/manufacture, dong-z/manufacture, dsasoftware/manufacture, ecosoft-odoo/manufacture, edlopen/manufacture, enmingc/manufacture, exosoftware/oca-manufacture, grindtildeath/manufacture, harsh-erpharbor/manufacture, hippe-67/manufacture, igallart/manufacture, isoscl/manufacture, italoadler/manufacture, itara-arivarasan/manufacture, jhumfer/manufacture, jupiterzhuo/manufacture, kazacube-damien/manufacture, kevinkhao/manufacture, kmee/manufacture, kos94ok-3D/manufacture, lbelorgey/manufacture, lefilament/manufacture, lewis2000/manufacture, lideritjnma/manufacture, liehu1/manufacture, linsoner/manufacture, lmag/manufacture, makeplerc/manufacture, mariaasunciondaza/manufacture, markrobinson85/manufacture, michaelslade54/manufacture, mondoraemon/manufacture, mymage/manufacture, nabiforks/manufacture, nicolasjelincic/manufacture, niulinlnc/manufacture, onurugur/manufacture, osiell/manufacture, ovnicraft/manufacture, ps-tubtim/manufacture, pscloud/manufacture, putao615/manufacture, pythoner-3k/manufacture, rizagokay/manufacture, royalline1/manufacture, rudisulistyo/manufacture, sacodoo/manufacture, samuel1971/manufacture, sanube/manufacture, sergiocorato/manufacture, skukered/manufacture, sudhir-erpharbor/manufacture, suniagajose/manufacture, sunshineLhj/manufacture, tegin/manufacture, usmcgwg/manufacture, wahello/manufacture, x0rzkov/odoo-manufacture, yastri/manufacture, and youssefodoo1/manufacture

<h1 class="title">Bill of Materials comparison</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/12.0/mrp_bom_comparison"><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-12-0/manufacture-12-0-mrp_bom_comparison"><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/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module allows you to compare two Bill of Materials to view the differences.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#usage" id="id1">Usage</a></li> <li><a class="reference internal" href="#development" id="id2">Development</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <p>First, create two (or more) Bill of Materials on the same product. Then, open the first Bill of Materials, and launch the wizard with <cite>Action / Compare Bill of Materials</cite>. In the <cite>BoM v2</cite> field, select a BoM to compare against the current one, and click on <cite>Compare</cite>. The result of the comparaison is returned as a PDF report with three sections:</p> <ul class="simple"> <li>products updated</li> <li>products added</li> <li>products removed</li> </ul> <a name="development"></a> <h2><a class="toc-backref" href="#id2">Development</a></h2> <p>If you want to compare two Bill of Materials not linked to the same product, you can override the <cite>_domain_bom_id</cite> method from the <cite>wizard.mrp.bom.comparison</cite> wizard.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">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_bom_comparison%0Aversion:%2012.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="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>ABF OSIELL</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li>Sébastien Alix &lt;<a class="reference external" href="mailto:sebastien.alix&#64;osiell.com">sebastien.alix&#64;osiell.com</a>&gt; (<a class="reference external" href="https://osiell.com">https://osiell.com</a>)</li> <li>Adrià Gil Sorribes &lt;<a class="reference external" href="mailto:adria.gil&#64;forgeflow.com">adria.gil&#64;forgeflow.com</a>&gt; (<a class="reference external" href="https://www.forgeflow.com">https://www.forgeflow.com</a>)</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">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>This module is part of the <a class="reference external" href="https://github.com/OCA/manufacture/tree/12.0/mrp_bom_comparison">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>