Daily updates from Odoo
Tuesday, October 21, 2025
5 changes · 18.0
Enhancements to existing features
Luxembourg payroll parameters have been updated to reflect 2025 changes to the minimum social salary and employee tax credits. This helps ensure payroll calculations stay aligned with the latest official Luxembourg social security and tax requirements.
Original PR description
Sources: - https://igss.gouvernement.lu/dam-assets/publications/param%C3%A8tres-sociaux/2025/par-soc-202501.pdf - https://igss.gouvernement.lu/dam-assets/publications/param%C3%A8tres-sociaux/2025/par-soc-202505.pdf - https://impotsdirects.public.lu/fr/az/c/CIP/cip2025.html - https://impotsdirects.public.lu/fr/az/c/credit-impot-salaries/cis2025.html task-5176255 Forward-Port-Of: odoo/enterprise#97608
This update lets account report expressions be copied along with account reports. It makes duplicating and adapting financial reports easier, reducing manual setup work and helping maintain consistency.
Original PR description
This commit is a backport of [this commit](https://github.com/odoo/odoo/commit/9c0baadc4bb58a75d17ef6963a5acd5cf6c34036) initially targetting saas-18.1 which enables the copy of account report expressions. --- task-4728887 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Trial Balance report has been updated with improvements from a newer version and aligned across several country-specific accounting reports. This gives finance teams a more consistent and improved reporting experience in Odoo 18.0, especially for consolidation-related work.
Original PR description
*: account_intrastat, account_reports, l10n_be_reports, l10n_co_reports, l10n_ee_reports, l10n_es_reports, l10n_lu_reports, l10n_mx_reports, l10n_ro_reports --- This commit is a backport of both the following commits whose targets are to refactor the Trial Balance report. https://github.com/odoo/enterprise/commit/a7e1ec20e07efc39bca44d3ae613a54770175273 https://github.com/odoo/enterprise/commit/a6508b0b91a34921668ddc039e2b006746b78351 18.0 is a major version for consolidation and the improved trial balance should accompany it. --- task-4728887
All Finnish tax report lines now have assigned codes. This helps export templates consistently identify each line, reducing the risk of missing or mismatched data in tax report exports.
Original PR description
The aim of this commit is adding code for all the tax report lines. Before, some lines didn't have any code set on it, now all these lines have a code. The change is motivated by the tax report export where we use the code as key in the dict given to the export template. task-5135868 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Finnish accounting reports can now be exported in a file format suitable for submission to the tax administration. This helps customers meet local reporting requirements more easily and reduces manual work when preparing tax filings.
Original PR description
The aim of this commit is adding the tax report export file to allow our customers to send their tax reports to their administration. task-5135868