Commit Graph

10 Commits

Author SHA1 Message Date
Abraham Anes
f651bac545 [14.0][IMP] stock_move_location: owner support 2022-11-22 11:54:49 +01:00
Abraham Anes
321c93e961 [14.0][IMP] stock_move_location: packages support 2022-11-22 11:44:48 +01:00
Akim Juillerat
86dc04928d stock_move_location: Remove update of assigned moves location
The update of the source location of a move is not a good idea, as
shown in the test case that is modified by this commit and explained
below.

In general, a stock.move will be linked to a stock.picking whose
location_id and location_dest_id are defined by the picking type.
As such, the stock.move will inherit these locations and it is the
assignation of the stock.move that will create a stock.move.line
where the location (in case of outgoing picking) or the destination
location (in case of incoming picking through putaway) will be a
sub location of the respective location defined on the move.

So, if we want to empty a stock.location and move all its content
to another stock.location, we do not want to update the location
of the reserved moves, since it can break the reservation mechanism
of Odoo, as the assignation of a move will always look into the
children locations of the move, and it is not supposed to be updated
by any internal transfer, to what could be a children location.

Then, if internal transfers were planned from the location that is
being emptied, but are supposed to be executed after the location
has been emptied, there is probably an issue with the planning and
the sequence in which both transfers are being executed.
Since the internal transfer being updated in the test case was also
moving from a shelf location to its parent (where technically the goods
are already, since they are in a child location), we should prefer not
breaking the standard workflow of Odoo instead of supporting a corner
case with an internal transfer.

I guess we can revisit my assumption if we have a good reason to update
the stock location, but the one that was tested doesn't seem to be
good enough to justify breaking a standard mechanism.
2022-09-05 18:51:15 +02:00
hveficent
322a9591ac [FIX] stock_move_location: Error on onchange origin location 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
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
Joan Sisquella
7222cafdfc [MIG] stock_move_location to v12
[FIX] improvement move line generation
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