Daily updates from Odoo
Sunday, November 9, 2025
2 changes
1 change
Code cleanup and technical improvements
This change updates the helpdesk live chat code to pass conversation information more explicitly inside the action panel. It is an internal cleanup that should make future maintenance safer without changing the visible customer or agent experience.
Original PR description
https://github.com/odoo/odoo/pull/234975
1 change
Resolved issues and error corrections
The default avatar for group chats is now square instead of circular. This small visual change makes discussion conversations look consistent with other channel avatars, improving the overall polish of the interface.
Original PR description
Was circle but UI shows discuss conversations as square most of the time. This commit makes it square like channel avatars for consistency. Before <img width="648" height="176" alt="Screenshot 2025-11-06 at 16 01 33" src="https://github.com/user-attachments/assets/d07d4ecc-d053-4bbd-ab69-2bc58c99ab06" /> After <img width="674" height="185" alt="Screenshot 2025-11-06 at 15 57 58" src="https://github.com/user-attachments/assets/620b79d4-48b9-4b62-b04d-88270f3d6ffd" />