Search 1.9 billion lines of Odoo code on GitHub

stock_location_warehouse

Author: ForgeFlow, Odoo Community Association (OCA)
License: LGPL-3
Branch: 14.0
Repository: ACCOMODATA-BVBA/stock-logistics-warehouse
Dependencies: stock
Languages: HTML (356, 71.9%), Python (75, 15.2%), XML (13, 2.6%), and reStructuredText (51, 10.3%)
Other branches: 15.0
Other repositories: AITIC/stock-logistics-warehouse, Change2improve/stock-logistics-warehouse, Darknroses/stock-logistics-warehouse, Digital5-Odoo/stock-logistics-warehouse, ForgeFlow/stock-logistics-barcode, ForgeFlow/stock-logistics-warehouse, Ingeos/stock-logistics-warehouse, Jarsa-dev/stock-logistics-warehouse, Jarsa/stock-logistics-warehouse, OCA/stock-logistics-warehouse, SeuMarco/stock-logistics-warehouse, Studio73/stock-logistics-warehouse, TDu/stock-logistics-warehouse, TRESCLOUD/stock-logistics-warehouse, Tecnativa/stock-logistics-warehouse, acsone/stock-logistics-warehouse, akretion/stock-logistics-warehouse, aurestic/stock-logistics-warehouse, bmya/stock-logistics-warehouse, brain-tec/stock-logistics-warehouse, camptocamp/stock-logistics-warehouse, coopiteasy/stock-logistics-warehouse, ecosoft-odoo/stock-logistics-warehouse, flotho/stock-logistics-warehouse, grindtildeath/stock-logistics-warehouse, jbaudoux/stock-logistics-warehouse, kmee/stock-logistics-warehouse, ursais/stock-logistics-warehouse, and versada/stock-logistics-warehouse

<h1 class="title">Stock Location Warehouse</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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_location_warehouse"><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://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_location_warehouse"><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/153/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module adds the associated warehouse to every location. If we have a tree of locations and sublocations, this module will update the associated warehouse every time we modify a location parent. If a location changes its father location, it will change its associated warehouse and all its childs too.</p> <div class="admonition important"> <p class="first admonition-title">Important</p> <p class="last">This is an alpha version, the data model and design can change at any time without warning. Only for development or testing purpose, do not use in production. <a class="reference external" href="https://odoo-community.org/page/development-status">More details on development status</a></p> </div> <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="#usage" id="id2">Usage</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>To use the module, our instance must be configured first: We have to go to configuration &gt; settings and check the box in the warehouse section called &quot;storage locations&quot;.</p> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>The usage of this module is automatic but here's an explanation to force its behavior. Go to Configuration&gt;Locations and select a location that at least has one child. Edit the location's &quot;Parent Location&quot; to a different one and save the changes. Once the changes are saved, &quot;Associated Warehouse&quot; will be updated with a new warehouse. After this, go to any of its children and check the info: if things go well, &quot;Associated Warehouse&quot; will have changed too.</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 <a class="reference external" href="https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_location_warehouse%0Aversion:%2014.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>ForgeFlow</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul> <li><p class="first"><a class="reference external" href="https://forgeflow.com">ForgeFlow</a>:</p> <blockquote> <ul class="simple"> <li>Joan Mateu &lt;<a class="reference external" href="mailto:joan.mateu&#64;forgeflow.com">joan.mateu&#64;forgeflow.com</a>&gt;</li> <li>Bernat Puig &lt;<a class="reference external" href="mailto:bernat.puig&#64;forgeflow.com">bernat.puig&#64;forgeflow.com</a>&gt;</li> <li>Álvaro Trius &lt;<a class="reference external" href="mailto:alvaro.trius&#64;forgeflow.com">alvaro.trius&#64;forgeflow.com</a>&gt;</li> </ul> </blockquote> </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/14.0/stock_location_warehouse">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>