Change 1 of 6
"On a call" status
See if another user is currently on a call using the Phone app via their Discuss status.
Official Odoo 20 release note
In plain words
When a colleague is on a phone call in the Phone (VoIP) app, a small phone icon replaces the usual dot on their avatar in Discuss. Hovering it says the user is on a call. Users who set themselves offline stay hidden.
Where to find it
- Have a colleague start a call in the Phone app.
- Open Discuss and look at their avatar.
For users
Colleagues can see at a glance who is busy on the phone before calling or messaging them.
For developers
res.users gets has_active_call, kept in sync by voip.call create and write. The icon is added through the mail imStatusDataRegistry (key voip-phone).
Upgrading from Odoo 19
None.
- The screenshot uses a demo voip.call record set to Ongoing for Marc Demo, created by RPC.
