Daily updates from Odoo
Monday, October 20, 2025
2 changes · saas-18.2
Enhancements to existing features
Swedish batch payments can now include both IBAN and BBAN, Bankgiro or Plusgiro payments in the same batch. When mixed account types are used, the system generates a ZIP file containing separate payment files, reducing manual work and avoiding 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) Forward-Port-Of: odoo/enterprise#95463
This update adjusts Luxembourg payroll settings to reflect 2025 minimum social salary values and updated employee tax credit rules. It helps businesses calculate payroll more accurately and stay aligned with the latest official Luxembourg social security and tax parameters.
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 task-5176255 Forward-Port-Of: odoo/enterprise#97468