Daily updates from Odoo
Wednesday, August 6, 2025
3 changes · master
Enhancements to existing features
Field service task users can now open the related Helpdesk ticket directly from a dedicated button on the task. This reduces clicks and makes it easier to move between field service work and customer support details.
Original PR description
Currently, the user opens the linked ticket from the chatter in the FSM task.In this commit, we have added a stat button to allow easy redirection to the ticket. task - 4638988
Menu items in Appointment and Sales Dashboard now use clearer, more readable web addresses. This makes links easier for users to understand, share, and recognize when navigating the website.
Original PR description
`*` = website_sale_dashboard Previously, menu item URLs for actions were not user-friendly or readable. Since we now support pretty URLs, this commit updates the above modules to use clean, readable URLs for their menu items. task-4700261
Users can no longer change DTMF tones that have already been sent during a VoIP call. This keeps phone keypad input accurate by only allowing new tones to be added from the softphone keypad.
Original PR description
The already sended DTMF signal can't be changed. In this commit, we ignore the useSelection effect when sending DTMF, user can only append new value to sended vulues. we also make the input readonly so that user can only send DTMF from the softphone keypad, since normally DTMF only support "123456789*0#" Forward-Port-Of: odoo/enterprise#91692