OCA-git-bot
d1ab72361c
[BOT] post-merge updates
2023-10-29 20:37:00 +00:00
OCA-git-bot
2babf9c462
[UPD] README.rst
2023-09-11 13:44:26 +00:00
OCA-git-bot
22ba45483e
[UPD] README.rst
2023-09-03 17:18:16 +00:00
OCA-git-bot
2b6fdb4ced
[UPD] README.rst
2022-11-24 10:23:27 +00:00
OCA-git-bot
dc14cacdb2
[UPD] README.rst
2022-01-07 12:37:34 +00:00
Iryna Vushnevska
67171155b8
[ADD] stock_picking_fillwithstock
2021-12-21 15:51:22 +07:00
João Marques
f589c4808d
[MIG] stock_move_location: Migration to 14.0
...
TT26454
2020-12-04 09:38:10 +00:00
hveficent
322a9591ac
[FIX] stock_move_location: Error on onchange origin location
2020-12-02 07:39:43 +00:00
Joan Sisquella
785279db5f
[MIG] stock_move_location: Migration to 13.0
2020-12-02 07:39:43 +00:00
Joan Sisquella
85a7b4d822
[11.0][FIX] stock_move_location:
...
* fix test as per migration
* fix inconsistency in reserved quantity for planned transfers
2020-12-02 07:39:43 +00:00
Joan Sisquella
9aa5edd09f
[12.0][FIX][stock_move_location] Planned transfer: quantity done
2020-12-02 07:39:43 +00:00
Sergio Teruel
89140e18b4
[11.0][FIX] stock_move_location: Not check availability when do immediate transfer.
2020-12-02 07:39:43 +00:00
Sergio Teruel
9bb0ce24cd
[11.0][IMP] stock_move_location: Allow move products from one location to another directly from selected quants
2020-12-02 07:39:43 +00:00
sebalix
9bbd18b4b4
[FIX] stock_move_location: fix the 'group_lines()' method
...
A recordset object is not reliable enough to use as a key for the
built-in 'sorted' and 'itertools.groupby' functions (sometimes it works,
sometimes not).
Using the ID of the record (here the product ID) can fix the problem, but the
'group_lines()' has been totally rewritten for a simpler implementation without
any use of 'sorted' or 'itertools.groupby' functions to group the wizard lines
by product: an iteration on lines to fill a dictionary does the job.
2020-12-02 07:39:43 +00:00
sebalix
a05acd418c
[11.0][MIG] stock_move_location: fixing/improving code + add a roadmap
...
for further improvements
2020-12-02 07:39:43 +00:00