Daily updates from Odoo
Tuesday, April 7, 2026
2 changes · saas-19.1
Enhancements to existing features
This update simplifies database access management for users by adding a dedicated 'databases' tab to the user view. Now, administrators can easily see and manage which databases a user has access to, streamlining the process and reducing manual searching.
Original PR description
The aim of this commit is to allow db_manager to see the list of databases in which a specific user has access and to allow removing this access in bulk if required. Before this commit: To see the list of db in which a user has access, a db_manager would have to go to the list view and make a search on the login/name of the user, potentially matching other db_user in the process. After this commit: The list of db is available out of the box in a databases tab on the res.user view. Task-id: 5945298 Forward-Port-Of: odoo/enterprise#112645
This update adds labels to journal entries that initiate cash basis accounting. This provides clearer traceability, allowing us to understand exactly which documents led to the creation of cash basis line items. It improves auditability and simplifies troubleshooting related to cash basis reporting.
Original PR description
To have a more explicit reference from which documents a cash basis base line was created, now we put the name of the two journal entries that triggered the caba. target: 18.0 -> master Task [link](https://www.odoo.com/odoo/project.task/5883344) task-5883344 Forward-Port-Of: odoo/odoo#257795 Forward-Port-Of: odoo/odoo#246610