Wednesday, April 1, 2026
1 change · saas-19.1
Enhancements to existing features
The repair module has been improved to make the code more flexible and easier to customize. A new internal method was created to handle the generation of sales order line information, allowing businesses and developers to extend this functionality without modifying the core code. This makes the system more maintainable and adaptable to custom business needs.
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