Wednesday, April 9, 2025
2 changes · 17.0
Enhancements to existing features
Company autocomplete now uses Dun & Bradstreet as its main data provider instead of Clearbit, improving the reliability of suggested company information. Clearbit is still used for company logos until the new provider supports them, so users should see better business data with minimal visible disruption.
Original PR description
We are switching away from Clearbit which is very unreliable. For that reason we had an autosync feature which would update IAP's data for a company based on the data provided in Odoo. Instead, we are now switching to Dun & Bradstreet which has much more reliable data. Some routes have been changed to target the new API on IAP. We continue to use Clearbit for the logos which are not provided by DnB (yet). This is a backport of https://github.com/odoo/odoo/pull/196373 where models, fields, views, and public methods have been kept to respect the stable policy. task-4416928
Odoo now uses Dun & Bradstreet instead of Clearbit to identify and autocomplete company information when processing invoice scans. This should improve the accuracy and reliability of partner details, while Clearbit remains in use only for company logos.
Original PR description
…ner autocomplete provider We are switching away from Clearbit which is very unreliable. For that reason we had an autosync feature which would update IAP's data for a company based on the data provided in Odoo. Instead, we are now switching to Dun & Bradstreet which has much more reliable data. Some routes have been changed to target the new API on IAP. We continue to use Clearbit for the logos which are not provided by DnB (yet). This is a backport of https://github.com/odoo/odoo/pull/196373 where models, fields, views, and public methods have been kept to respect the stable policy. task-4416928