Thursday, November 26, 2020
1 change · master
Enhancements to existing features
This update simplifies how purchase returns are handled by relying on existing return information already linked to purchase order lines. It reduces unnecessary code while keeping the return process behavior the same for users.
Original PR description
Description of the issue/feature this PR addresses: During a return the `purchase_order_line` field is propagate, `order_line.move_ids` include returned move, that why use `returned_move_ids` is not mandatory. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr