Wednesday, April 1, 2026
1 change · 19.0
Enhancements to existing features
This update improves the internal organization of the Repair module by separating the logic that creates sales order line information into its own dedicated method. This makes the code easier for developers to customize and extend without modifying the core functionality, while maintaining the same user experience.
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