Daily updates from Odoo
Tuesday, March 30, 2021
1 change
Enhancements to existing features
Manufacturing work order tests were updated to better reflect how completed quantities are calculated in normal use. Extra components added to a manufacturing order are now consolidated when the same component already exists, reducing duplicate lines and making orders clearer.
Original PR description
The "quantity_done" field is filled in by onchange. In previous test, this number is always 0 because we didn't trigger the onchange. Since now when "quantity_done" is 0 and no backorder, the move will be cancelled, the test will fail. we adapt the test to trigger the onchange. Task 2446915 COM PR odoo/odoo#66583