Daily updates from Odoo
Tuesday, April 7, 2026
1 change · master
Code cleanup and technical improvements
This update streamlines the website search functionality across multiple Odoo modules (appointment, helpdesk, etc.) by reorganizing how search results are presented. This change improves search speed and efficiency, providing a better user experience for finding information within Odoo.
Original PR description
*: appointment, helpdesk, helpdesk_forum, helpdesk_knowledge, knowledge, sale_renting, sale_subscription This commit refactors the website search across all entry points (header search, snippets, and per-model search) by replacing the previous flat result list with a grouped, model-based architecture. task-5264317 Community: https://github.com/odoo/odoo/pull/238317 Upgrade: https://github.com/odoo/upgrade/pull/9161 Co-authored-by: Divyesh Vyas <divy@odoo.com> Co-authored-by: dtda-odoo <dtda@odoo.com> Co-authored-by: mano-odoo <mano@odoo.com>