Daily updates from Odoo
Monday, July 20, 2026
2 changes · master
Enhancements to existing features
Online payment initiation now includes the payer's bank account information and account holder name when sending payment requests. This helps meet requirements from providers like Powens and banks that need these details to process payments reliably.
Original PR description
With Powens, some banks requires the payer's bank information such as bank account number and bank holder name. This commit adds those informations to the odoofin route to be sent to the payment providers. task-6373634 Forward-Port-Of: odoo/enterprise#124930 Forward-Port-Of: odoo/enterprise#124088
Users can now delete attachments or add them to Documents directly while previewing a file. This saves time by avoiding the need to return to the chatter to perform common document actions.
Original PR description
Users can currently delete attachments or add them to Documents from the chatter. However, when opening an attachment in the file viewer, these actions are not available. This commit adds Delete and Add to Documents buttons in the file viewer, allowing users to perform the same actions without leaving the viewer. Related Community PR: https://github.com/odoo/odoo/pull/247924 <img width="972" height="362" alt="image" src="https://github.com/user-attachments/assets/51581ef5-5855-4cc4-b850-12b7a8e1af5e" /> Task-[5408185](https://www.odoo.com/odoo/project/1519/tasks/5408185)