4 Commits

Author SHA1 Message Date
mymage
f493ced509 Translated using Weblate (Italian)
Currently translated at 100.0% (6 of 6 strings)

Translation: stock-logistics-warehouse-14.0/stock-logistics-warehouse-14.0-stock_move_auto_assign
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_move_auto_assign/it/
2024-01-15 11:34:02 +00:00
mymage
3a201b238f Added translation using Weblate (Italian) 2023-12-24 17:24:47 +00:00
oca-travis
fce3044b3b [UPD] Update stock_move_auto_assign.pot 2021-10-08 08:18:10 +00:00
Guewen Baconnier
d617c4ea4d Add stock_move_auto_assign
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).
2021-10-08 07:13:01 +07:00