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: merge-branch-2477-12.0.4.2.0
Repository: camptocamp/stock-logistics-warehouse
Dependencies: stock
Languages: Python (1066, 84.1%), XML (78, 6.2%), and reStructuredText (123, 9.7%)
Other branches: merge-branch-2477-12.0.4.1.0, merge-branch-2477-12.0.4.2.0-kardex_test-0d5b5889, merge-branch-2477-12.0.4.2.0-kardex_test-17960428, merge-branch-2477-12.0.4.2.0-kardex_test-34a1d17c, merge-branch-2477-12.0.4.2.0-kardex_test-b59fa29f, merge-branch-2477-add-empty-picking-fix-0d365de4, merge-branch-2477-add-empty-picking-fix-c65779d5, merge-branch-2477-add-orderpoint-route-19ce82eb, merge-branch-2477-bscos-356_refactor_location_zone-77f6e175, merge-branch-2477-bscos-356_refactor_location_zone-a5c968f1, merge-branch-2477-bscos-356_refactor_location_zone-bd246994, merge-branch-2477-bscos-391_fix_putaway_errors-1274e4ba, merge-branch-2477-bscos-391_fix_putaway_errors-358a775d, merge-branch-2477-bscos-391_fix_putaway_errors-7ef7a311, merge-branch-2477-bscos-391_fix_putaway_errors-f671845c, merge-branch-2477-bscos-413_refactor_putaway_modules-31d57273, merge-branch-2477-bscos-415_putaway_new_implementation-7ac9ce4a, merge-branch-2477-bscos-463-update-stock-reserve-rule-ddaf1298, merge-branch-2477-bscos-565-reservation-2ccd8ca5, merge-branch-2477-bscos-565-reservation-3a42f3cd, merge-branch-2477-bscos-565-reservation-98320cc5, merge-branch-2477-bscos-565-reservation-ce8bac6c, merge-branch-2477-bscos-570-routing-operations-442ef910, merge-branch-2477-change-orderpoint-route-module-2c875164, merge-branch-2477-change-orderpoint-route-module-c65df064, merge-branch-2477-fix-reserve-package-unit-b142685e, merge-branch-2477-fix-routing-operation-unavailable-c41d3b4c, merge-branch-2477-grindtildeath-bscos-356_refactor_location_zone-0aacc0c3, merge-branch-2477-grindtildeath-bscos-356_refactor_location_zone-456cb2d6, merge-branch-2477-grindtildeath-bscos-356_refactor_location_zone-9238ce4d, merge-branch-2477-grindtildeath-bscos-356_refactor_location_zone-bc81c064, merge-branch-2477-grindtildeath-bscos-356_refactor_location_zone-ef6a6fef, merge-branch-2477-log-update-tray-vertical-1959f4c3, merge-branch-2477-log-update-tray-vertical-3e338322, merge-branch-2477-logistics-33663e2c, merge-branch-2477-logistics-411b6175, merge-branch-2477-logistics-4d9bc4ff, merge-branch-2477-logistics-74ae92d5, merge-branch-2477-logistics-7e032d35, merge-branch-2477-logistics-a8a7a9a4, merge-branch-2477-logistics-c73d239e, merge-branch-2477-logistics-dc3ea765, merge-branch-2477-logistics-jge-poc-v21-f8196089, merge-branch-2477-update-logistics-pr-0fa2c43b, merge-branch-2477-update-route-operation-putaway-21c3bd1d, merge-branch-2477-update-route-operation-putaway-2d5c3a7c, merge-branch-2477-update-route-operation-putaway-5735c576, and merge-branch-2477-update-route-operation-putaway-ef6d912b
Other repositories: akretion/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>