Monday, August 16, 2021
4 changes · master
Enhancements to existing features
This update makes it easier to trace serial numbers and lots through deliveries, repairs, and manufacturing use. Users can see related deliveries, repair orders, recent delivery addresses, and report origins, helping teams follow products and contact affected customers more efficiently.
Original PR description
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
Inter-warehouse transfers now automatically show the correct warehouse address as the source or destination contact. This makes transfer documents and delivery slips clearer and avoids showing an unrelated product responsible person as the contact.
Original PR description
when we have wh1 resupply form wh2, two transfers will be created. One delivery from wh2 to transit location, one receipt from transit location to wh1. Both transders don't have receive from/deviver to. In this commit, we set the corresponding warehouse address as receive from/deliver to. Task 2334764 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Manufacturing bills of materials can now apply variant-specific rules not only to component lines, but also to operations and by-products. This helps businesses define cleaner manufacturing processes for product variants, reducing manual adjustments and improving production accuracy.
Original PR description
On BoM, a component line can be filter out depending of the product variant to manufacture (with "Apply on Variant" field). Extend this feature to operation and byproduct line. task-2614126
Resolved issues and error corrections
UBL invoice exports now include the tax percentage for each invoice line and totals grouped by tax rate. This helps ensure invoices exported in UBL format can be reimported later with taxes correctly recognized.
Original PR description
When printing an invoice in the UBL format, the exported XML does not contains all the necessary information to allows reimporting later with the taxes correctly set. With this commit, the XML will contain the percentage for each line, as well as the totals for each tax percentage. task id #2350481 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr