Thursday, July 10, 2025
2 changes · 18.0
Enhancements to existing features
Expense receipt scanning now captures the actual merchant or place name, such as a restaurant or fuel station, instead of a broad category like food or gasoline. This makes automatically created expense records clearer and easier for employees and approvers to understand.
Original PR description
The detection of the description has been improved in the latest version of the expense OCR API. It now actually detects a description (restaurant name, fuel station name, etc) instead of predicting a category ('food', 'parking', 'gasoline', etc).
Task [link](https://www.odoo.com/odoo/project/2068/tasks/4623180)
task-4623180
Forward-Port-Of: odoo/enterprise#89448Odoo now better supports the updated mobile-first finance connection flow by handling bank accounts created directly inside the embedded iframe. This helps users continue setup when their searched institution is not already available in Odoo Finance, reducing friction during bank synchronization.
Original PR description
The aim of this commit is making sure that the odoo database code is handling properly the new feature introduced with the iframe revamp in mobile-first. This feature allows user to create a bank account from the iframe directly if Odoo Finance doesn't have the searched institution. task-4481880 Forward-Port-Of: odoo/enterprise#81894