Sunday, December 7, 2025
1 change · master
Resolved issues and error corrections
This update ensures that quality checks remain active for split pickings (backorders) where items are still in progress. Previously, Odoo automatically removed these checks, leading to potential issues with tracking inventory and quality. This fix maintains accurate QC status for split orders.
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