Monday, March 30, 2026
1 change · 18.0
Enhancements to existing features
This update simplifies the process of creating sale order lines within the repair module. By separating the value generation logic into a new method, it now becomes easier for developers to customize and adapt this functionality for specific needs. This change enhances flexibility and maintainability of the repair module.
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#213506