Daily updates from Odoo
Wednesday, April 1, 2026
1 change · saas-18.4
Enhancements to existing features
The repair module has been improved to make the code easier to customize and extend. A new internal method has been created to handle the generation of sales order line information, allowing businesses and developers to more easily modify this behavior for their specific needs without affecting the core functionality.
Original PR description
* This change moves the logic of generating sale.order.line values into a new method _prepare_repair_so_line_vals(), allowing easier extension and override in custom modules. 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 Forward-Port-Of: odoo/odoo#220306 Forward-Port-Of: odoo/odoo#213506