Commit Graph

15 Commits

Author SHA1 Message Date
sergio-teruel
a542f01556 [IMP + FIX] stock_move_location: Display reserved quantity in wizard lines. Reassign reserved quantities for quants moved. 2020-11-02 21:38:55 +01:00
hveficent
b6c0b55af4 [FIX] stock_move_location: Error on onchange origin location 2020-02-26 11:05:32 +01:00
Sergio Teruel
0a84e5bed3 [FIX] stock_move_location: Keep product lines when user launch wizard from stock quant view 2020-02-01 00:14:12 +01:00
Joan Sisquella
4854c59a83 [MIG] stock_move_location: Migration to 13.0 2020-01-15 15:32:30 +01:00
Joan Sisquella
625715941d [IMP] stock_move_location: black, isort 2020-01-10 12:28:30 +01:00
Joan Sisquella
6c466aa2e0 [11.0][FIX] stock_move_location:
* fix test as per migration
* fix inconsistency in reserved quantity for planned transfers
2020-01-10 12:26:19 +01:00
Lois Rilo
31ccc4ae4b [11.0][IMP] stock_move_location:
* fix tests as per latest changes
* extend test as per latest changes
* add little help in technical fields
2020-01-10 12:26:19 +01:00
Jordi Ballester Alomar
b7915c1472 in planned transfers do not set the qty_done in move lines 2020-01-10 12:26:19 +01:00
Joan Sisquella
cd787e41c8 [12.0][FIX][stock_move_location] Planned transfer: quantity done 2020-01-10 12:26:19 +01:00
Joan Sisquella
75b8315d3e [MIG] stock_move_location to v12
[FIX] improvement move line generation
2020-01-10 12:26:19 +01:00
Sergio Teruel
307b33c653 [11.0][IMP] stock_move_location: Allow move products from one location to another directly from selected quants 2020-01-10 12:26:19 +01:00
sebalix
f0ddb6d579 [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-01-10 12:26:19 +01:00
sebalix
f745153635 [11.0][MIG] stock_move_location: fixing/improving code + add a roadmap
for further improvements
2020-01-10 12:26:19 +01:00
mpanarin
632262c63d [IMP] refactor to use pickings instead of inventories 2020-01-10 12:26:19 +01:00
mpanarin
06b1dbca3c [MIG] 11.0 stock_move_location 2020-01-10 12:26:19 +01:00