Search 1.9 billion lines of Odoo code on GitHub

stock_move_auto_assign

Author: Camptocamp, Odoo Community Association (OCA)
License: AGPL-3
Branch: 16.0-add-stock_route_mto-dro
Repository: acsone/stock-logistics-warehouse
Dependencies: queue_job, and stock
Languages: HTML (353, 55.7%), Python (201, 31.7%), XML (19, 3.0%), and reStructuredText (61, 9.6%)
Other branches: 13.0, 13.0-add-weblate-status-dro, 13.0-bai-fix-stock_request_direction-incompatibility-with-click-odoo-update, 13.0-fix-cubiscan-default-dro, 13.0-fix-picking_type_restriction-dro, 13.0-fix-stock-request-backorder-ape, 13.0-fix-stock-request-sudo-ape, 13.0-fix-stock_available-mrp-dro, 13.0-mig_packaging_uom_tbi, 13.0-mig_purchase_packaging_tbi, 13.0-slg_master, 13.0-stocl_request_add_report-ape, 13.0-wpu_master, 14-stock_available_base_exclude_location-xbo, 14-stock_quant_view_reservation, 14.0, 14.0-abi_master, 14.0-add-stock_lot_country_of_origin-dro, 14.0-fix-mto_mts_rule-dro, 14.0-fix-stock_available-mrp-dro, 14.0-imp-stock_available_unreserved-dro, 14.0-mig-stock_picking_type_user_restr-dro, 14.0-mig-stock_request_analytic-dro, 14.0-upd-template-dro, 14.0-update_template-dro, 16.0-add-stock-default-scrap-location-dro, 16.0-add-stock-picking-volume, 16.0-add-stock-picking-volume-packaging, 16.0-add-stock_move_auto_assign_auto_release-lmi, 16.0-mig-stock_available-hda, 16.0-mig-stock_helper, 16.0-mig-stock_location_zone-dro, 16.0-mig-stock_move_common_dest-hda, 16.0-stock_move_auto_assign-reassing_on_cancel, 16.0-upd-copier-dro, bai_13.0-fix-stock_request_picking_type, and oca-port-pr-1466-from-14.0-to-16.0
Other repositories: ACCOMODATA-BVBA/stock-logistics-warehouse, AITIC/stock-logistics-warehouse, BT-cserra/stock-logistics-warehouse, Change2improve/stock-logistics-warehouse, Darknroses/stock-logistics-warehouse, Digital5-Odoo/stock-logistics-warehouse, DinamicheAziendali/stock-logistics-warehouse, ForgeFlow/stock-logistics-barcode, ForgeFlow/stock-logistics-warehouse, Gabinete-Digital/stock-logistics-warehouse, Ingeos/stock-logistics-warehouse, Jarsa-dev/stock-logistics-warehouse, Jarsa/stock-logistics-warehouse, KDenisNoah/stock-logistics-warehouse, LevelPrime/stock-logistics-warehouse, NeatNerdPrime/stock-logistics-warehouse, OCA/stock-logistics-warehouse, SequarSrl/stock-logistics-warehouse, SeuMarco/stock-logistics-warehouse, Studio73/stock-logistics-warehouse, TDu/stock-logistics-warehouse, TRESCLOUD/stock-logistics-warehouse, Tecnativa/stock-logistics-warehouse, Tonow-c2c/stock-logistics-warehouse, Vauxoo/stock-logistics-warehouse, adhoc-dev/stock-logistics-warehouse, akretion/stock-logistics-warehouse, asphaltzipper/stock-logistics-warehouse, aurestic/stock-logistics-warehouse, bmya/stock-logistics-warehouse, brain-tec/stock-logistics-warehouse, camptocamp/stock-logistics-warehouse, coopiteasy/stock-logistics-warehouse, digitalsatori/stock-logistics-warehouse, druidoo-dev/stock-logistics-warehouse, eLBati/stock-logistics-warehouse, ecosoft-odoo/stock-logistics-warehouse, enzymz/stock-logistics-warehouse, etobella/stock-logistics-warehouse, flotho/stock-logistics-warehouse, gfcapalbo/stock-logistics-warehouse, grindtildeath/stock-logistics-warehouse, guewen/stock-logistics-warehouse, gurneyalex/stock-logistics-warehouse, hibou-io/oca-stock-logistics-warehouse, jado95/stock-logistics-warehouse, jbaudoux/stock-logistics-warehouse, kmee/stock-logistics-warehouse, kos94ok-3D/stock-logistics-warehouse, patrickrwilson/stock-logistics-warehouse, sebalix/stock-logistics-warehouse, sunshineLhj/stock-logistics-warehouse, takobi-online/stock-logistics-warehouse, tegin/stock-logistics-warehouse, unitek-solusi/OCA-stock-logistics-warehouse, ursais/stock-logistics-warehouse, versada/stock-logistics-warehouse, wahello/stock-logistics-warehouse, and xtendoo-corporation/stock-logistics-warehouse

<h1 class="title">Stock Move Auto Assign</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-logistics-warehouse/tree/16.0/stock_move_auto_assign"><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-16-0/stock-logistics-warehouse-16-0-stock_move_auto_assign"><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/16.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>Automatically check availability of stock moves when a move is set to &quot;done&quot;.</p> <p>It uses queue jobs to verify the availability 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 move is marked as done</li> <li>The destination locations of the move lines are internal</li> <li>The move doesn't have successors in a chain of moves</li> </ul> <p>At this point, jobs are generated:</p> <ul class="simple"> <li>One job per product</li> <li>Any move waiting for stock in a parent (or same) location of the internal destination locations from the done move has its availability checked</li> </ul> <p>Only one job is generated for an identical set of (product, locations).</p> <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-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_move_auto_assign%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>Camptocamp</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id4">Contributors</a></h3> <ul class="simple"> <li>Guewen Baconnier &lt;<a class="reference external" href="mailto:guewen.baconnier&#64;camptocamp.com">guewen.baconnier&#64;camptocamp.com</a>&gt;</li> <li>Phuc Tran Thanh &lt;<a class="reference external" href="mailto:phuc&#64;trobz.com">phuc&#64;trobz.com</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>Camptocamp</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-warehouse/tree/16.0/stock_move_auto_assign">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>