Wednesday, February 11, 2026
2 changes · saas-18.2
Enhancements to existing features
Editable website content is now marked so browser translation plugins do not automatically change it. This helps prevent accidental translated text from being saved over the original content when auto-save is active.
Original PR description
Browser translation plugins were altering editable content by replacing the original content with translated versions, which caused issues when paired with auto-save. To prevent this behavior, the attribute `translate="no"` has been added to editable fields. task-5485078 Forward-Port-Of: odoo/odoo#247827
Company details from D&B are now shown in a dedicated chatter card instead of mixing industry tags into partner tags. This makes company enrichment information clearer and keeps partner categorization cleaner for users.
Original PR description
Before: Industry tags coming from DnB were stored in the Tags section of res.partner. and there was no Company info card in chatter. After: Industry tags coming from DnB are not stored in the Tags section of res.partner. Company card is created in chatter that is having details from Dnb along with tags. task-5373200 Forward-Port-Of: odoo/odoo#239464