Daily updates from Odoo
Tuesday, September 9, 2025
3 changes · 18.0
Enhancements to existing features
The Peppol registration wizard now includes more helpful explanations for some company registration fields. This helps users understand why the information is requested and how it will be used during Peppol setup.
Original PR description
…ion wizard. Give move information on what the registration information are used for. task-none
Users can now rename online bank synchronization links directly from the form view. This helps businesses distinguish between multiple connections to the same bank, reducing confusion when managing banking integrations.
Original PR description
With some provider, you can have several links to the same bank. This can be confusing for the user. Allowing to edit the sync name from the form view can help the user sort out its links. Not a FIX, but suggestion is from opw-5004182 Forward-Port-Of: odoo/enterprise#93538
Users with Invoicing & Banks access can now start online bank synchronization when the bank journal is configured for online feeds and is not already connected. This makes the Connect Bank action visible to the right users, reducing dependency on higher-level access for routine banking setup.
Original PR description
Before this commit: - Users with "Invoicing & Banks" access rights could not create a bank synchronization, and the "Connect Bank" button was not visible. After this commit: - Users with "Invoicing & Banks" access rights can now create a bank synchronization if the journal has "Bank Feeds = Online Synchronization" and the bank is not yet connected. - The "Connect Bank" button is now visible to them. task-4840544