mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
d3b1dbdd05ff86ac4f8168452dec73b11ad4533d
Automatically check availability of stock moves when a move is set to "done". It uses queue jobs to verify the availability in order to have a minimal impact on the user operations. The conditions to trigger the check are: * A move is marked as done * The destination locations of the move lines are internal * The move doesn't have successors in a chain of moves At this point, jobs are generated: * One job per product * Any move waiting for stock in a parent (or same) location of the internal destination locations from the done move has its availability checked Only one job is generated for an identical set of (product, locations).
Odoo Stock Logistics Warehouse
This project aim to deal with modules related to the management of warehouses. You'll find modules that:
- Ease inventory by adding various possibilities
- Move all product from one location to another
- Manage the product catalog (merge them,..)
Please don't hesitate to suggest one of your module to this project. Also, you may want to have a look on those other projects here:
Description
Languages
HTML
50.9%
Python
48.2%
JavaScript
0.8%
SCSS
0.1%
