Hi,
I have a query about move_lines how it will get sorted ? because while validating any delivery order it does not send as the move line sequence e.g if suppose following are the lines:
prod 1
prod 3
prod 3
prod 1
this is the sequence in move_line of stock picking but while we validate line_ids comes in create method as:
prod 1
prod 1
prod 3
prod 3
Can anyone tell me how this move sequences get define? because I wanted this sequence same as
first one.. while it get validate.