Daily updates from Odoo
Saturday, August 2, 2025
1 change · master
Enhancements to existing features
VoIP call records now have a dedicated form view with richer details, activity history, and clearer call status indicators. Users can also jump directly from a call to related business records such as sales opportunities, helpdesk tickets, recruitment applications, and subscriptions, making follow-up faster and more organized.
Original PR description
`*: voip, voip_{ crm, helpdesk, hr_recruitment, sale_subscription }`
This commit adds the form view of the voip.call model in VoIP
+ several enhancements to the VoIP call management system. Key
changes include:
- Updated the `voip.call` model to inherit from both `mail.thread`,
allowing the form view to have a chatter.
- Added new computed/related fields such as `calls_count`,
`image_1920`, and `avatar_128` to improve the information available
for each call.
- Enhanced the `write` method to update the partner's phone number
when the `partner_id` is changed.
- Introduced a new `CallStatusBadgeField` component to visually
represent call statuses in the UI.
- Added buttons for viewing related calls, opportunities, applications,
tickets, and subscriptions directly from the call form.
Task-4909097