Friday, June 27, 2025
2 changes · 17.0
Enhancements to existing features
This update reorganizes how sales order lines are prepared for repair orders. It makes the repair process easier for implementers to adapt in custom modules, without changing the day-to-day user workflow.
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
The Mexican reporting module’s automated checks were updated to reflect newly added accounting records. This helps keep validation aligned with the latest local accounting setup and reduces the risk of false test failures.
Original PR description
This adapts the tests to the newly added accounts in l10n_mx. opw-4799052