Wednesday, March 5, 2025
2 changes · master
Enhancements to existing features
This update simplifies how lists are written inside translated messages across several Odoo apps. It helps reduce translation complexity and supports more consistent wording for users in different languages, with no expected change to business workflows.
Original PR description
Following the related community commit, we can remove a lot of explicit list formatting in translated strings. [task-4533664](https://www.odoo.com/odoo/project.task/4533664) Related to https://github.com/odoo/odoo/pull/197702
Belgian payroll DMFA exports now remove special characters from code values and keep only the digits. This helps produce cleaner export files and reduces the risk of formatting issues when submitting or processing payroll data.
Original PR description
- extended `CSVExport` and `ExcelExport` controllers, and checked what model it is. - when it is our intended model (`l10n_be_hr_payroll`), `from_data` method will now remove the special characters from the DMFA code, and only export the digits as a Code. task-4502689