Wednesday, March 25, 2026
2 changes · saas-18.2
Enhancements to existing features
Invoice attachments for Serbian and Polish electronic invoicing are now saved together with the related invoice updates. This reduces the risk of records becoming inconsistent if part of the process fails.
Original PR description
Was committing the move fields update, then updating the attachment. This might create an issue were the move update commits successfully, but setting the attachment fails and we end up with an inconsistency. Set attachment in the same transaction as the move update. task-6035727 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#255440 Forward-Port-Of: odoo/odoo#255262
The payment option previously shown with the legacy iDEAL branding now displays as "iDEAL / Wero" with updated Wero visual assets. This keeps checkout branding current and clearer for customers using supported payment methods.
Original PR description
Before the commit: The iDEAL payment method was using the existed legacy iDEAL logo. After the commit: - Updated the display name to "iDEAL / Wero". - Replaced the legacy iDEAL logo with the new Wero logo. - Introduced a separate "Wero" payment brand. task-5922938 Forward-Port-Of: odoo/odoo#254901 Forward-Port-Of: odoo/odoo#248506