Monday, March 30, 2026
1 change · saas-18.2
Enhancements to existing features
This update reorganizes how repair orders create related sales order lines, making it easier for custom modules to adapt that behavior. It should not change day-to-day user workflows, but helps partners and implementers maintain tailored repair processes more cleanly.
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#216294 Forward-Port-Of: odoo/odoo#213506