Friday, October 17, 2025
3 changes · 18.0
Enhancements to existing features
Follow-up and customer statement reports now have a simplified header, centered title, and partner bank account details shown near the Tax ID. This makes the reports easier for customers to read and gives them key payment information in a clearer place.
Original PR description
This commit updates the layout for follow-up and customer statement reports. Changes made: --- **Follow-up & Customer Statement Reports:** - remove journal and filter details from header. - centered the title of the report. - Added the partner bank account display below the Tax ID. --- task-4823880
Swedish batch payments can now include both IBAN and BBAN, Bankgiro, or Plusgiro accounts in the same batch. When mixed account types are used, the system generates a ZIP file with separate XML payment files, reducing manual work and preventing blocked payment batches.
Original PR description
This commit add a new behaviour for batch payments in Sweden. Before this commit: batch payment with mixed payment for iban and bban/bankgiro/plusgiro wasn't allowed After this commit: now if the user create a batch payment with both type of account, we create a zip file with 2 xml files, one for iban and one for bban/bankgiro/plusgiro. Linked:https://github.com/odoo/odoo/pull/230104 [task-5107240](https://www.odoo.com/odoo/project/967/tasks/5107240)
This update adds the full set of 5% IGIC tax options and related fiscal positions for Spanish Canary Islands localization. It also corrects existing 5% tax records that were using an incorrect 3% rate or tax group, helping businesses apply the right tax treatment in accounting documents.
Original PR description
- Fix also some errors on the 5% taxes, where a 3 percent was applied or the group was not the right onw @jco-odoo --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr