Daily updates from Odoo
Monday, May 11, 2026
1 change · saas-19.2
Enhancements to existing features
This update enhances the automatic suggestions in Odoo's discussion threads. It now prioritizes partners who have recently communicated within the thread, making it easier to find and connect with relevant individuals. This improves the efficiency of communication and collaboration within the system.
Original PR description
backport of https://github.com/odoo/odoo/pull/262708 This commit adds a compare criteria to the `partnerCompareRegistry` used to sort partner suggestions. With this new criteria, partners that have recently authored a message in the thread will be ranked higher in the suggestion list, with the internal ordering depending on message recency. task-5932229