Wednesday, May 21, 2025
2 changes · saas-18.3
Enhancements to existing features
Live chat channel cards now focus on the visitor's name instead of showing both the visitor and agent names. This makes conversations easier to identify at a glance, with company information shown when relevant for customers.
Original PR description
**Current behavior before PR:** channel kanban card displayed both the visitor and agent name in display name. **Desired behavior after PR is merged:** now only visitor name displayed for better visibility. task-[4753171](https://www.odoo.com/odoo/project/1519/tasks/4753171) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The referral app now better highlights matching text when selecting users in autocomplete fields. This keeps the referral interface aligned with recent platform changes and makes it easier for users to recognize the right person quickly.
Original PR description
This commit adapts the ReferralKanbanMany2OneAvatarUserField to cope with changes made in https://github.com/odoo/odoo/pull/205922 task-4707431