Daily updates from Odoo
Wednesday, July 2, 2025
2 changes · master
New functionality added to Odoo
VoIP users can now access CRM leads directly from contact-related areas in the softphone, making it easier to connect calls with sales opportunities. The change also generalizes shared VoIP extension points so similar buttons can be reused across related apps.
Original PR description
This commit adds a button that connects the contacts to its leads via the VoIP module. It uses the same logic as "Applicant" button introduced before. Task-4855484 Community: https://github.com/odoo/odoo/pull/214031 Forward-Port-Of: odoo/enterprise#88960 Forward-Port-Of: odoo/enterprise#87294
Spreadsheet users can now create selection-based filters in addition to existing filter options. This makes it easier to narrow spreadsheet data using predefined choices, improving analysis and reporting workflows.
Original PR description
See community commit for details. Task: 3619413