Commit Graph

58 Commits

Author SHA1 Message Date
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
oca-travis
51d29f8bbb [UPD] Update stock_move_location.pot 2020-01-10 12:26:19 +01:00
OCA-git-bot
268b10ea04 [UPD] README.rst 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
26acb26412 prevent user from creating lots from the wizard 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
Mathieu Vatel
25f7fbb2fc [ADD] stock_move_location 2020-01-10 12:26:19 +01:00