Daily updates from Odoo
Friday, July 11, 2025
3 changes · saas-18.3
Enhancements to existing features
Odoo now supports the updated mobile-first finance connection flow where users can create a bank account directly from the embedded bank search screen. This helps customers continue setup when their financial institution is not available in Odoo Finance, reducing onboarding friction.
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#89932 Forward-Port-Of: odoo/enterprise#81894
Expense receipt scanning now identifies the actual merchant or place name, such as a restaurant or fuel station, instead of returning broad categories like food or gasoline. This makes automatically created expense records clearer and more useful for employees and approvers.
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#89898
Forward-Port-Of: odoo/enterprise#89448Domestic VAT return names no longer show the country ISO code, reducing unnecessary clutter for users. ISO codes will still appear for foreign VAT returns where the country distinction is useful.
Original PR description
Showing ISO codes for every return is unnecessary and should only be shown for foreign VAT returns. This commit removes the ISO code from the return name for domestic return only. task-4783937