Tuesday, February 24, 2026
1 change · saas-19.2
Features or functions removed from Odoo
This update removes a legacy feature used to access database information within Odoo.com. Following a migration to a newer API (json2), this API user is no longer needed, streamlining the system. This change ensures optimal performance and reduces potential complexity.
Original PR description
Since odoo.com migrated to 19.0, the json2 API is available and therefore we don't need to provide an API user any more to retrieve the list of databases. 3d09f8e0c67904c824b23117c5622630b6fa0899 removed it from the code and the form view, but left the field on res.config.settings for view backward compatibility. With this commit, we finish the cleanup.