Friday, June 20, 2025
2 changes · 17.0
Enhancements to existing features
Connected hardware can now remember the database name when pairing with an Odoo instance that hosts multiple databases. This keeps older versions compatible with newer pairing tokens and helps avoid connection errors during setup.
Original PR description
See odoo/odoo#214960 (master) The PR mentioned above adds fixes to connect to a DB that is part of a multi-DB instance. This includes saving a new configuration key, `db_name`, to keep track of the current database name. This commit backports just this functionality, making older versions compatible with the new pairing token that includes to DB name. This prevents a potential traceback if using this new token format. task-4815521 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The partner autocomplete service now sends the database version and user language so returned company suggestions can be better tailored. It also avoids saving records when no valid UNSPSC code is selected, preventing incorrect or unnecessary updates.
Original PR description
task-id: 4746445 IAP PR: https://github.com/odoo/iap-apps/pull/1088