Wednesday, October 22, 2025
2 changes · saas-18.2
Enhancements to existing features
All Finnish tax report lines now have codes, ensuring each line can be clearly identified during export. This improves the reliability of tax report exports by giving the export template consistent keys to work with.
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 Forward-Port-Of: odoo/odoo#229876
The accounting tax calculation helper now extracts records from the grouping key automatically. This reduces manual setup for developers and lowers the chance of errors in tax-related customizations.
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#231947