Commit Graph

18 Commits

Author SHA1 Message Date
OCA-git-bot
c450f4f6b1 stock_move_location 14.0.1.1.0 2022-01-07 12:37:34 +00:00
Iryna Vushnevska
ec1cbb0e76 [IMP] add posibility to move only not reserved quantity 2021-12-21 15:51:37 +07:00
Iryna Vushnevska
67171155b8 [ADD] stock_picking_fillwithstock 2021-12-21 15:51:22 +07:00
OCA-git-bot
7c176e2e7b stock_move_location 14.0.1.0.1 2021-12-10 13:05:36 +00:00
João Marques
f589c4808d [MIG] stock_move_location: Migration to 14.0
TT26454
2020-12-04 09:38:10 +00:00
OCA-git-bot
f08d896a12 stock_move_location 13.0.1.0.4 2020-12-02 07:39:43 +00:00
OCA-git-bot
519348d3b5 stock_move_location 13.0.1.0.3 2020-12-02 07:39:43 +00:00
OCA-git-bot
8fff03f135 stock_move_location 13.0.1.0.2 2020-12-02 07:39:43 +00:00
OCA-git-bot
7cab70902f stock_move_location 13.0.1.0.1 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
OCA-git-bot
1b593e5783 stock_move_location 12.0.1.2.0 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
7222cafdfc [MIG] stock_move_location to v12
[FIX] improvement move line generation
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
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