Thursday, April 17, 2025
2 changes · saas-18.1
Resolved issues and error corrections
The picking operations printout now avoids showing the same quantity twice when product and packaging units are missing or match. This makes delivery documents clearer for warehouse and rental/sales users and reduces confusion during fulfillment.
Original PR description
Steps: - Sales/rental app > New/select order - Add a 'Deliverable' product and confirm order - Click on 'Delivery' stat button. - Cog menu > print > picking operations Issue: - when there is no packaging selected for product or units are same, quantity gets printed 2 times in the picking operations print. Cause: - There is no check added for comparing 'uom' of product & packaging. Fix: - checking similarity between product uom & packaging uom before printing solves the issue. Affected version - saas-18.1 opw-4661359
This fix ensures Indian e-Way Bills use the correct product description when documents are generated. It helps avoid inaccurate shipment or tax documentation caused by a previous update.
Original PR description
During this fw-port https://github.com/odoo/odoo/commit/ca0d42f01e76387da4c5a24a0b48fe3e3a346936, the ProductDesc was wrongly put. 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