Daily updates from Odoo
Saturday, July 18, 2026
3 changes · saas-18.4
Enhancements to existing features
Online payment initiation now includes the payer’s bank account details when required by providers such as Powens. This helps banks that need the payer account number and account holder name process payments more 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#124088
Resolved issues and error corrections
Refreshing an accounting report now clears outdated search information from the session. This prevents exported XLSX files from using an old search filter when the on-screen report shows all records, reducing confusion and mismatched report downloads.
Original PR description
**Steps to reproduce:** - Install account_reports - Open "Partner Ledger" (make sure there are several partners) - Make a search to only display 1 partner - Download XLSX - Without changing the search text, refresh the page - Download XLSX again **Issue:** After refresh, the search text is empty and all the partners are displayed in the report. However, in the XLSX file, only the partner from the previous search is present. **Cause:** The current search is kept in the session and used when getting the XLSX. When refreshing or leaving the page, it's still kept in the session even if the search bar has been reset. opw-6333212 Forward-Port-Of: odoo/enterprise#124685
Point of Sale now handles newer IoT Boxes that no longer provide some device details, such as subtype or manufacturer. This helps POS printers and payment terminals be found reliably without depending on missing device information.
Original PR description
Newer IoT Boxes don't share device subtype or manufacturer. We then adapt the domains to avoid searching on fields that aren't filled. task-6388669 task-6388733 Forward-Port-Of: odoo/enterprise#124306