Search 1.9 billion lines of Odoo code on GitHub

internal_stock_quant_package

Author: ACSONE SA/NV, Odoo Community Association (OCA)
License: AGPL-3
Branch: 16.0-add-internal_stock_quant_package-hda
Repository: acsone/stock-logistics-tracking
Dependencies: delivery_procurement_group_carrier, and stock
Languages: HTML (368, 42.3%), PO File (54, 6.2%), Python (253, 29.1%), XML (100, 11.5%), and reStructuredText (95, 10.9%)

<h1 class="title">Internal Stock Quant Package</h1> <p><a class="reference external image-reference" 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 image-reference" 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 image-reference" href="https://github.com/OCA/stock-logistics-tracking/tree/16.0/internal_stock_quant_package"><img alt="OCA/stock-logistics-tracking" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--tracking-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-tracking-16-0/stock-logistics-tracking-16-0-internal_stock_quant_package"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/webui/builds.html?repo=OCA/stock-logistics-tracking&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p> <p>This module allows to declare internal stock quant package.</p> <p>Sometimes, when an operator is picking, he needs to put the product in internal packages placed on his trolley that will be emptied later.</p> <p>Two kinds of operations can lead to the emptying of the internal packages:</p> <blockquote> <ul class="simple"> <li>when product from the internal packages will be 'put in pack' at the pack station (in a pick / pack / ship scenario)</li> <li>when a carrier will load his truck with the products from the internal packages (in a pick / ship scenario)</li> </ul> </blockquote> <p>This modules extends the stock module to add the concept of internal stock quant package and therefore allows you to manage this kind of operational need. It ensures that the internal stock quant packages are emptied when required depending on the picking type configuration.</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="#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="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <p>As this addon rely on the concept of &quot;internal&quot; packages. If you want to use packages into your picking operations, you need first to activate the package functionality in the stock settings (see the &quot;Operations&quot; section).</p> <p>Then, you need to create packages and set them as internal. This is done by going to Inventory &gt; Products &gt; Packages and clicking on the &quot;Create&quot;. (Don't forget to tick the &quot;Internal use&quot; box).</p> <p>By default, when you put your products into an internal package when processing a picking, once the picking is done, the package is automatically emptied. You can change this behavior at 2 levels:</p> <p>1. At the picking type level: go to &quot;Inventory &gt; Configuration &gt; Operation Types&quot; and edit the picking type you want to change. Then, untick the &quot;Empty Internal Package On Transfer&quot; box. (By default internal packages are always emptied when the picking is done).</p> <p>2. At the picking type level for a specific carrier: go to &quot;Inventory &gt; Configuration &gt; Operation Types&quot; and edit the picking type you want to change. Then, add or remove lines in the &quot;Stock Internal Package Config Line&quot; table. You can add a line for a specific carrier and tick/untick the &quot;Empty&quot; box.</p> <p>To know if internal packages must be emptied or not for a given picking, the system will first check if a configuration line exists on the picking type for the carrier of the picking. If a line exists, the system will use the value of the &quot;Empty&quot; box. If no line exists, the system will use the value of the &quot;Empty Internal Package On Transfer&quot; box of the picking type.</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/OCA/stock-logistics-tracking/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-tracking/issues/new?body=module:%20internal_stock_quant_package%0Aversion:%2016.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>ACSONE SA/NV</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>Hughes Damry &lt;<a class="reference external" href="mailto:hughes.damry&#64;acsone.eu">hughes.damry&#64;acsone.eu</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id6">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-tracking/tree/16.0/internal_stock_quant_package">OCA/stock-logistics-tracking</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>