Saturday, March 21, 2026
1 change · saas-19.2
Enhancements to existing features
This update improves the way users can manage databases by adding a filter to view databases associated with their accounts. It also fixes an issue where the user invitation wizard wouldn't correctly identify the project, and adds logging to track API calls for better monitoring. These changes ensure users have a clearer view of their database access and improve system reliability.
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