Files
stock-logistics-warehouse/stock_vertical_lift/tests
Sébastien Alix 67aadf5a10 [FIX] stock_vertical_lift: handles multiple move lines on pick
If there is two move lines for the same product in the vertical lift
(stored in2 differents trays for instance), the pick scenario was
failing when the user was processing the first line.

To circumvent this, instead of validating directly the move, we put the line
in its own stock move, then we put the stock move in its own transfer and
validate this one.

Methods used to do that have been copied from the `shopfloor` module,
they probably deserves their own module as they are quite generic.
2021-01-04 11:25:06 +01:00
..
2020-08-27 11:50:34 +02:00