Daily updates from Odoo
Saturday, March 21, 2026
1 change · master
Enhancements to existing features
This update adds a new filter to the database management interface, allowing users to easily identify and manage the databases they have access to. Previously, users couldn't easily see which databases they were connected to, leading to potential confusion and inefficiencies. This enhancement improves database organization and simplifies user access management.
Original PR description
### [FIX] databases: fix invite user wizard when no users in list When there was no users in the list, the invite users wizard was failing to find the project on which the new users shall be invited. With this commit, the wizard is initialized with the active_id instead of self.project_id, which is always set in the databases settings form view. ### [IMP] databases: add filter on database users Add a filter on the databases list view to see all the databases that contain a given user. Task-id: [5945293](https://www.odoo.com/odoo/project.task/5945293) Forward-Port-Of: odoo/enterprise#111549 Forward-Port-Of: odoo/enterprise#108346