Daily updates from Odoo
Thursday, January 11, 2024
1 change
Code cleanup and technical improvements
Messaging channel data and latest message previews are now fetched together instead of through separate requests. This should make Discuss-related views feel more responsive across connected apps such as Documents, VoIP, Live Chat, and WhatsApp while simplifying the underlying data flow.
Original PR description
In particular merging fetch channels and channel previews (last message) as they are done in succession. And more generally, changes going towards reducing the number of RPC and returning as flat data as possible instead of nested duplicates (still heavily in progress). https://github.com/odoo/odoo/pull/148549