Saturday, March 21, 2026
1 change · saas-19.1
Enhancements to existing features
This update enhances database user management by adding a filter to easily identify databases associated with a user. Additionally, logging has been implemented for API calls to track database activity and synchronization processes have been refined for improved user experience and data accuracy.
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#108346