Daily updates from Odoo
Thursday, July 1, 2021
2 changes
Enhancements to existing features
Users can now start chats by clicking colleague avatars directly in activity views, matching the behavior already available in other screens. This makes collaboration from Helpdesk activities faster and more consistent.
Original PR description
PURPOSE The purpose of this task is to support the many2one_avatar widget in the activity view. With this, users will be able to chat with users from their avatars in the activity view, just like they can from the formview, kanban, etc. SPECIFICATION implement support for the many2one_avatar widget in the activity view replace the user avatar by the many2one_avatar_user widget in the following activity views TASK 2554466
VoIP call activities now show a contact's mobile number when no phone number is available. When both phone and mobile numbers exist, users can see both options, making it easier to reach customers through the best available number.
Original PR description
Currently call activity only uses phone number of the related partner. After this commit, mobile number will be used if phone number is not existing, or both mobile and phone number will be presented if they are both existing. task id: 2528865