Commit Graph

13 Commits

Author SHA1 Message Date
OCA-git-bot
85a99ffebc stock_move_location 13.0.1.0.4 2020-11-09 08:33:34 +00:00
OCA-git-bot
6e00f29d20 stock_move_location 13.0.1.0.3 2020-06-16 10:30:56 +00:00
OCA-git-bot
f6c4a2f27b stock_move_location 13.0.1.0.2 2020-02-26 13:52:53 +00:00
OCA-git-bot
51f29b0851 stock_move_location 13.0.1.0.1 2020-02-06 01:55:16 +00: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
OCA-git-bot
5f66d1482c stock_move_location 12.0.1.2.0 2020-01-10 12:26:19 +01:00
Jordi Ballester Alomar
0b896aade8 This commit introduces changes to stock_move_location:
- The ability to start the wizard from a picking type in the inventory dasbhoard
- A toggle to edit the origin and destination locations.
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
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