Monday, January 19, 2026
2 changes · saas-18.3
Enhancements to existing features
This update ensures that Thai province names within Odoo are displayed in their native Thai language. Previously, these names were stored in a translated format, leading to inconsistencies. This change improves the accuracy and user experience for Odoo users in Thailand.
Original PR description
State names are not translatable in Odoo, so they should be stored in their native language for consistency. This PR updates all Thai provinces to use their native Thai names. task-5484432 Forward-Port-Of: odoo/odoo#243461
This change updates the source of lead mining data within the IAP system. We've switched from the Clearbit provider to Dun & Bradstreet, a provider already used for partner autocomplete. This ensures more consistent and reliable lead information is available to our users.
Original PR description
Before this commit: - Lead mining data was fetched from `clearbit` provider on IAP which is now going to be removed for discovery service After this Commit: - Data will now be fetched from `dun_and_bradstreet` provider on IAP which we are already using for the `partner_autocomplete` IAP PR: https://github.com/odoo/iap-apps/pull/1274 task-4873238 Forward-Port-Of: odoo/odoo#235521