Monday, August 4, 2025
3 changes · master
New functionality added to Odoo
VoIP calls can now be recorded in the browser and sent for automatic transcription after the call ends. This gives users a transcript directly on the call record, making it easier to review conversations without manually taking notes.
Original PR description
This PR attempts to stay consistent with the following road-map:  0th commit you see (is it still here) is the common transcription backbone (that is yet to be merged) : `[IMP] ai: setting up basic backend for audio transcription` commit 1st commit introduces grabbing and saving audio from the voip calls 2nd is adding a cron processing the audio attachments. Related tasks task-4532108
Users can now insert an audio transcription component in the HTML editor to record microphone audio and see the transcript appear in real time. When recording stops, the system adds a summary and also supports manually entered notes, helping teams capture and organize spoken information more easily.
Original PR description
This commit introduces a new transcription component that can be inserted in the html editor. This component allows the user to start a recording of his microphone. The transcription is made in real time in real time. When the recording is stopped, a summary of the transcription is added. The component also allows the user to input notes manually. task-4791084
Users can now search and interact with Odoo data using everyday language from the command palette. This makes it easier to find relevant records and open key views such as lists, kanban boards, pivot tables, and graphs without needing to know exact filters or navigation paths.
Original PR description
Implement natural language search functionality which allows users to search and interact with Odoo data using natural language queries through the "/" namespace in the command palette, which triggers an AI chatbox for continued interaction. Initially, this feature is limited to automatically opening four view types: list, kanban, pivot, and graph views. task-4582289