Tuesday, February 18, 2020
1 change · master
Resolved issues and error corrections
Intercompany transfers involving lots or serial numbers now avoid reserving stock from transit locations, preventing validation errors when goods move between companies. This makes transfers between company warehouses more reliable and treats receipts from another company like supplier receipts.
Original PR description
When transfer lot/SN products from company a to inter-com transit and then use push rule to create move transfter the products to company b, the two move are chianed and products are reserved from inter-com transit. A multi-company error will be raise when validate the pick and try to move products with lot/SN from company a to company b. This commit unchained moves created from transit locations and do not reserve products from transit locations. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr