Tuesday, July 22, 2025
1 change · saas-18.4
Enhancements to existing features
The mail chatter now receives recipient field information as part of its standard mail data, avoiding extra background requests. This should make opening and updating chatter recipient information faster and reduce server calls without changing the visible workflow for users.
Original PR description
This PR removes `/mail/thread/recipients/fields` by embedding the value inside `/mail/data`. This removes up to 2 RPCs done inside chatter `onWillStart` and `updateRecipients`. PR enterprise: https://github.com/odoo/enterprise/pull/84661 Task-4685400 Forward-Port-Of: odoo/odoo#219345 Forward-Port-Of: odoo/odoo#208393