Sunday, December 7, 2025
1 change · 19.0
Resolved issues and error corrections
This update ensures quality checks remain active for split pickings (backorders) in Odoo. Previously, the system automatically deleted quality checks when a picking was split, assuming the original order was complete. This fix maintains quality control for ongoing split orders, improving order accuracy and reducing potential issues.
Original PR description
When splitting a picking (thus creating a backorder), the quality checks that are still in state 'none' are deleted because Odoo assumes that the old picking is done and the QCs are not needed anymore. This fix ensures that QCs for split pickings that are still in progress remain. opw-5193424 Forward-Port-Of: odoo/enterprise#101325