Comment 2 for bug 763426

Revision history for this message
Quentin THEURET @Amaris (qtheuret) wrote :

A solution to solve this kind of problem is to create the destination move when and only when the first move is done. With that, you can have a splitted first move and a chained move with the same quantity.
But with my solution, the virtual stock is not increased while the first move is not done.

Another problem, is that's possible to change the quantity of a destination move to put another quantity as the first move. It's an heresy because the destination move should always have the same quantity as the original move.