Commit Graph

13 Commits

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

Translation: stock-logistics-warehouse-16.0/stock-logistics-warehouse-16.0-stock_move_auto_assign
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_move_auto_assign/it/
2023-11-21 13:33:35 +00:00
mymage
afa2ea0063 Added translation using Weblate (Italian) 2023-11-17 13:50:21 +00:00
Ivorra78
f5c135b5f1 Translated using Weblate (Spanish)
Currently translated at 100.0% (3 of 3 strings)

Translation: stock-logistics-warehouse-16.0/stock-logistics-warehouse-16.0-stock_move_auto_assign
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_move_auto_assign/es/
2023-11-11 18:37:43 +00:00
Weblate
7115235ccf Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-warehouse-16.0/stock-logistics-warehouse-16.0-stock_move_auto_assign
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_move_auto_assign/
2023-11-02 10:24:26 +00:00
oca-ci
e61d469167 [UPD] Update stock_move_auto_assign.pot 2023-11-02 10:19:21 +00:00
FranciscoFactorLibre
124455750b Translated using Weblate (Spanish)
Currently translated at 100.0% (3 of 3 strings)

Translation: stock-logistics-warehouse-16.0/stock-logistics-warehouse-16.0-stock_move_auto_assign
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_move_auto_assign/es/
2023-03-22 19:23:25 +00:00
FranciscoFactorLibre
c0056e413f Added translation using Weblate (Spanish) 2023-03-22 17:00:58 +00:00
Bole
5f53fc2476 Translated using Weblate (Croatian)
Currently translated at 100.0% (3 of 3 strings)

Translation: stock-logistics-warehouse-16.0/stock-logistics-warehouse-16.0-stock_move_auto_assign
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_move_auto_assign/hr/
2023-02-16 15:23:18 +00:00
Bole
14220ba7ed Added translation using Weblate (Croatian) 2023-02-16 13:16:42 +00:00
oca-ci
d8f3878f45 [UPD] Update stock_move_auto_assign.pot 2022-11-22 15:07:22 +00:00
oca-ci
c299143ff2 [UPD] Update stock_move_auto_assign.pot 2022-11-04 15:57:30 +00:00
oca-travis
de024a5b84 [UPD] Update stock_move_auto_assign.pot 2022-11-03 15:07:32 +01:00
Guewen Baconnier
be3b4b2857 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).
2022-11-03 15:07:32 +01:00