Commit Graph

25 Commits

Author SHA1 Message Date
João Marques
f589c4808d [MIG] stock_move_location: Migration to 14.0
TT26454
2020-12-04 09:38:10 +00:00
sergio-teruel
28a4a60824 [IMP + FIX] stock_move_location: Display reserved quantity in wizard lines. Reassign reserved quantities for quants moved. 2020-12-02 07:39:43 +00:00
Sergio Teruel
01de75371c [IMP] stock_move_location: Allow to select any location. 2020-12-02 07:39:43 +00:00
OCA-git-bot
0903217219 pre-commit update 2020-12-02 07:39:43 +00:00
hveficent
322a9591ac [FIX] stock_move_location: Error on onchange origin location 2020-12-02 07:39:43 +00:00
Sergio Teruel
6da116db36 [IMP] stock_move_location: Allow to disable apply putaway strategy 2020-12-02 07:39:43 +00:00
Sergio Teruel
db65653652 [FIX] stock_move_location: Keep product lines when user launch wizard from stock quant view 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
50d51c6f83 [IMP] stock_move_location: black, isort 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
Lois Rilo
c850f4b02d [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-12-02 07:39:43 +00:00
Jordi Ballester Alomar
1f51887d13 display picking type in move location wizard, and get a default value 2020-12-02 07:39:43 +00:00
Jordi Ballester Alomar
f95da47cf4 in planned transfers do not set the qty_done in move lines 2020-12-02 07:39:43 +00:00
Jordi Ballester Alomar
83f484259b 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-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
Joan Sisquella
88d7bcc183 [12.0][IMP] stock_move_location: Applies put away strategy 2020-12-02 07:39:43 +00:00
Joan Sisquella
7222cafdfc [MIG] stock_move_location to v12
[FIX] improvement move line generation
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
mpanarin
a3cda8db38 prevent user from creating lots from the wizard 2020-12-02 07:35:04 +00:00
mpanarin
3546b770a4 [IMP] refactor to use pickings instead of inventories 2020-12-02 07:35:04 +00:00
mpanarin
19c60699c2 [MIG] 11.0 stock_move_location 2020-12-02 07:35:04 +00:00
Mathieu Vatel
1949b367fd [ADD] stock_move_location 2020-12-02 07:35:04 +00:00