Search 1.9 billion lines of Odoo code on GitHub

stock_picking_mass_change

Author: GRAP
License: AGPL-3
Branch: 8.0
Repository: grap/grap-odoo-business
Dependencies: decimal_precision, and stock
Languages: PO File (78, 17.5%), Python (227, 51.0%), XML (91, 20.4%), and reStructuredText (49, 11.0%)
Other repositories: legalsylvain/odoo-addons-misc

<h1 class="title">Stock Picking - Mass Change</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/grap/grap-odoo-business/tree/8.0/stock_picking_mass_change"><img alt="grap/grap-odoo-business" src="https://img.shields.io/badge/github-grap%2Fgrap--odoo--business-lightgray.png?logo=github" /></a></p> <p>This module extends Odoo Stock module to provide a wizard to easily mass edit pickings.</p> <p>It provides a wizard where user can select a product, and some method to change product quantities massively, if the user doesn't have enough product to give to its customers.</p> <p>2 methods are implemented</p> <ul class="simple"> <li>A prorata method, the wizard will redistribute fairly, reducing the quantity for all the moves.</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-business/8.0/stock_picking_mass_change/static/description/wizard_form_pro_rata.png" src="https://raw.githubusercontent.com/grap/grap-odoo-business/8.0/stock_picking_mass_change/static/description/wizard_form_pro_rata.png" /> </div> <ul class="simple"> <li>A fifo method, the wizard will reduce the quantity of the last pickings.</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-business/8.0/stock_picking_mass_change/static/description/wizard_form_fifo.png" src="https://raw.githubusercontent.com/grap/grap-odoo-business/8.0/stock_picking_mass_change/static/description/wizard_form_fifo.png" /> </div> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#known-issues-roadmap" id="id1">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id3">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id4">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li> </ul> </li> </ul> </div> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id1">Known issues / Roadmap</a></h2> <p>add a new field Replacement Product, to allow user to change massively from a product to another. (if UoM are coherents)</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id2">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/grap/grap-odoo-business/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/grap/grap-odoo-business/issues/new?body=module:%20stock_picking_mass_change%0Aversion:%208.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="#id3">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id4">Authors</a></h3> <ul class="simple"> <li>GRAP</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>Sylvain LE GAL (<a class="reference external" href="https://www.twitter.com/legalsylvain">https://www.twitter.com/legalsylvain</a>)</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id6">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/grap/grap-odoo-business/tree/8.0/stock_picking_mass_change">grap/grap-odoo-business</a> project on GitHub.</p> <p>You are welcome to contribute.</p>