Daily updates from Odoo
Monday, March 30, 2026
3 changes
2 changes
Enhancements to existing features
This pull request updates the data files used for generating French report signatures, specifically incorporating new versions for the years 2031-2069. These changes ensure accurate and up-to-date signature templates for French accounting reports within the Odoo Enterprise system. This improves compliance and reporting accuracy for our French clients.
This update enhances how Odoo writes translated data to fields, now supporting dictionaries as field values. This change improves the flexibility and accuracy of translated content within the system, ensuring translations are correctly applied to various data points. It addresses a limitation in the previous code.
Original PR description
the override of `write` and `create` for translated fields, should support dict as field value. https://github.com/odoo/odoo/pull/246357
1 change
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