-
- Downloads
[FIX] stock: same origin documents
Create two moves with a product MTO and the same SO. Confirm them. It will generate a new picking without origin. However the purpose of removing origin on picking is to avoid an endless enumaration of all documents but if they only have one origin it should be display. In this case, the origin was ignored because moves.mapped('origins') result in a list of ['doc_origin','doc_origin'] and have a length of 2 because .mapped do not return a distinct set on fields different than Many2one, one2Many and M2M.
Loading
Please register or sign in to comment