Daily updates from Odoo
Monday, July 29, 2024
1 change
Code cleanup and technical improvements
This change reorganizes how extra record details are prepared for Approvals, VoIP, and WhatsApp features. It reduces repeated technical handling behind the scenes, making future maintenance easier without changing the user experience.
Original PR description
\* = approvals, voip, whatsapp This allows to easily set extra values on records without having to repeat the model name or the id in many different places. Part of task-3605717 https://github.com/odoo/odoo/pull/174507