Search 1.9 billion lines of Odoo code on GitHub

stock_move_auto_assign_auto_release

Author: ACSONE SA/NV,Odoo Community Association (OCA)
License: AGPL-3
Branch: 16.0-add-stock_move_auto_assign_auto_release-lmi
Repository: acsone/stock-logistics-warehouse
Dependencies: queue_job, stock_available_to_promise_release, and stock_move_auto_assign
Languages: HTML (349, 50.1%), Python (276, 39.6%), XML (19, 2.7%), and reStructuredText (53, 7.6%)
Other repositories: TDu/stock-logistics-warehouse, and camptocamp/stock-logistics-warehouse

<h1 class="title">Stock Move Auto Assign Auto Release</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/OCA/stock-logistic-warehouse/tree/16.0/stock_move_auto_assign_auto_release"><img alt="OCA/stock-logistic-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistic--warehouse-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistic-warehouse-16-0/stock-logistic-warehouse-16-0-stock_move_auto_assign_auto_release"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a></p> <p>Automatically release stock moves when a move is set to &quot;done&quot; and the product becomes available.</p> <p>It uses queue jobs to release the moves in order to have a minimal impact on the user operations.</p> <p>The conditions to trigger the check are:</p> <ul class="simple"> <li>A job to check the availability of stock moves has been created</li> </ul> <p>At this point, jobs are generated:</p> <ul class="simple"> <li>One job per product</li> <li>Any available moves releasable are processed</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="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id3">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> <li><a class="reference internal" href="#other-credits" id="id5">Other credits</a></li> <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistic-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-logistic-warehouse/issues/new?body=module:%20stock_move_auto_assign_auto_release%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="#id2">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id3">Authors</a></h3> <ul class="simple"> <li>ACSONE SA/NV</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id4">Contributors</a></h3> <ul class="simple"> <li>Laurent Mignon &lt;<a class="reference external" href="mailto:laurent.mignon&#64;acsone.eu">laurent.mignon&#64;acsone.eu</a>&gt;</li> </ul> <a name="other-credits"></a> <h3><a class="toc-backref" href="#id5">Other credits</a></h3> <p>The development of this module has been financially supported by:</p> <ul class="simple"> <li>Alcyon Belux Distrib Vétérinaire</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-logistic-warehouse/tree/16.0/stock_move_auto_assign_auto_release">OCA/stock-logistic-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>