Search 1.9 billion lines of Odoo code on GitHub

stock_picking_type_routing_operation

Author: Camptocamp, Odoo Community Association (OCA)
License: AGPL-3
Branch: 12-stock_picking_type_routing_operation-routing_op_type_hook
Repository: akretion/stock-logistics-warehouse
Dependencies: stock
Languages: Python (1050, 83.9%), XML (78, 6.2%), and reStructuredText (123, 9.8%)
Other branches: 12-stock_picking_type_routing_operation-by-pass, and 8-stock_picking_type_routing_operation
Other repositories: camptocamp/stock-logistics-warehouse, grindtildeath/stock-logistics-warehouse, and guewen/stock-logistics-warehouse

<h1 class="title">Stock Picking Zone</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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-warehouse/tree/12.0/stock_picking_zone"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/153/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>Route explains the steps you want to produce whereas the “picking zone” defines how operations are grouped according to their final source and destination location.</p> <p>This allows for example:</p> <ul class="simple"> <li>To parallelize picking operations in two main zone of a warehouse, splitting them in two different picking type</li> <li>To define pre-picking (wave) in some sub-zones, then roundtrip picking of the sub-zone waves</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="id1">Configuration</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="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>In Inventory Settings, you must have:</p> <blockquote> <ul class="simple"> <li>Storage Locations</li> <li>Multi-Warehouses</li> <li>Multi-Step Routes</li> </ul> </blockquote> <p>Create an operation type and activate the &quot;Is Zone&quot; checkbox. The default destination location will be the destination location of the new operation inserted when a move has a source location which is a child of the type's source location.</p> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h2> <p>The concept of &quot;zone&quot; is duplicated with the zones introduced by &quot;stock_location_zone&quot; in <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/pull/653">https://github.com/OCA/stock-logistics-warehouse/pull/653</a> They will be merged in the same concept. Note that considering the alpha version of this module, no data migration will be done.</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/stock-logistics-warehouse/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 feedback.</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>Camptocamp</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li>Joël Grand-Guillaume &lt;<a class="reference external" href="mailto:joel.grandguillaume&#64;camptocamp.com">joel.grandguillaume&#64;camptocamp.com</a>&gt;</li> <li>Guewen Baconnier &lt;<a class="reference external" href="mailto:guewen.baconnier&#64;camptocamp.com">guewen.baconnier&#64;camptocamp.com</a>&gt;</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/stock-logistics-warehouse/tree/12.0/stock_picking_zone">OCA/stock-logistics-warehouse</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>