Search 1.9 billion lines of Odoo code on GitHub

stock_picking_report_valued_sale_mrp

Author: Tecnativa, Odoo Community Association (OCA)
License: AGPL-3
Branch: 13.0
Repository: OCA/stock-logistics-reporting
Dependencies: sale_mrp, and stock_picking_report_valued
Languages: HTML (369, 51.5%), Python (186, 26.0%), XML (80, 11.2%), and reStructuredText (81, 11.3%)
Other branches: 12.0, and 15.0
Other repositories: Change2improve/stock-logistics-reporting, ForgeFlow/stock-logistics-reporting, Ingeos/stock-logistics-reporting, Jarsa/stock-logistics-reporting, NeatNerdPrime/stock-logistics-reporting, Tecnativa/stock-logistics-reporting, aaltinisik/stock-logistics-reporting, acsone/stock-logistics-reporting, anhvu-sg/stock-logistics-reporting, aurestic/stock-logistics-reporting, brain-tec/stock-logistics-reporting, ecosoft-odoo/stock-logistics-reporting, and unitek-solusi/OCA-stock-logistics-reporting

<h1 class="title">Valued picking linked with MRP Kits</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/stock-logistics-reporting/tree/13.0/stock_picking_report_valued_sale_mrp"><img alt="OCA/stock-logistics-reporting" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-reporting-13-0/stock-logistics-reporting-13-0-stock_picking_report_valued_sale_mrp"><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/151/13.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 <cite>stock_picking_report_valued</cite> with compatibility of MRP kits. Now we'll be able to correctly summarize the picking value related to the selled kit with a relations of components and serials/lots delivered.</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="#known-issues-roadmap" id="id2">Known issues / Roadmap</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>To test this module:</p> <ol class="arabic simple"> <li>Configure some products with traceability and make them kit components.</li> <li>Sell the kits and go to the stock picking.</li> <li>Print the valued delivery slip: - The total amount will now be correct. - The kit components will be summarized in a single kit product line.</li> </ol> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h2> <ul class="simple"> <li>Matching selled kits and their delivered components it's quite tricky. There are two possible approaches to findout from the component how many units correspond with every whole kit:<ul> <li>We could have a link to the original BoM line and guess it from it. This approach is the one that Odoo has taken in v13 with the sale order line deliveried quantities computation. The main issue is that if the original BoM changes then we'd loose the correct units per kit reference.</li> <li>Another aproach (the one in this module) is to compute the component units per kit matching the sale order line and its related moves demands. But if the user manually adjust the demand on one model without adjusting it in the order we'll have an incorrect reference as well.</li> </ul> </li> </ul> <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/stock-logistics-reporting/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/stock-logistics-reporting/issues/new?body=module:%20stock_picking_report_valued_sale_mrp%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="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>Tecnativa</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul> <li>David Vidal</li> <li>Carlos Roca</li> </ul> </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>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/chienandalu"><img alt="chienandalu" src="https://github.com/chienandalu.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-reporting/tree/13.0/stock_picking_report_valued_sale_mrp">OCA/stock-logistics-reporting</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>

Dependency Graph