OCA-git-bot
b26eb94801
[UPD] README.rst
2022-12-10 10:41:24 +00:00
OCA-git-bot
6466329539
[UPD] README.rst
2022-11-13 20:54:45 -05:00
Alexei Rivera
b5085845cd
[FIX] stock_move_location: Bug on onchange origin location
2022-11-13 20:54:45 -05:00
OCA-git-bot
cf2e860700
[UPD] README.rst
2022-11-13 20:54:44 -05:00
João Marques
1eb1e30f37
[MIG] stock_move_location: Migration to 14.0
...
TT26454
2022-11-13 20:54:44 -05:00
hveficent
0c289974e3
[FIX] stock_move_location: Error on onchange origin location
2022-11-13 20:54:44 -05:00
Joan Sisquella
46362aecf9
[MIG] stock_move_location: Migration to 13.0
2022-11-13 20:54:44 -05:00
Joan Sisquella
a5cf4d0b23
[11.0][FIX] stock_move_location:
...
* fix test as per migration
* fix inconsistency in reserved quantity for planned transfers
2022-11-13 20:54:44 -05:00
Joan Sisquella
d01031a7b7
[12.0][FIX][stock_move_location] Planned transfer: quantity done
2022-11-13 20:54:44 -05:00
Sergio Teruel
51f4bc6d1f
[11.0][FIX] stock_move_location: Not check availability when do immediate transfer.
2022-11-13 20:54:44 -05:00
Sergio Teruel
0eb2c7f18a
[11.0][IMP] stock_move_location: Allow move products from one location to another directly from selected quants
2022-11-13 20:54:44 -05:00
sebalix
7126853d88
[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.
2022-11-13 20:54:44 -05:00
sebalix
c2da01f104
[11.0][MIG] stock_move_location: fixing/improving code + add a roadmap
...
for further improvements
2022-11-13 20:54:44 -05:00