Wednesday, April 1, 2026
2 changes · saas-18.4
Enhancements to existing features
The repair module has been improved to make the code easier to customize and extend. A new internal method has been created to handle the generation of sales order line information, allowing businesses and developers to more easily modify this behavior for their specific needs without affecting the core functionality.
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
Resolved issues and error corrections
This update adds support for three new fields (price, currency, and support) in the app manifest validation for Odoo's app store. These fields are now recognized as valid manifest keys, allowing app developers to properly list pricing and support information when publishing apps to the Odoo marketplace.
Original PR description
--- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#256726 Forward-Port-Of: odoo/odoo#255857