Thursday, August 1, 2024
1 change · saas-17.4
Code cleanup and technical improvements
A reusable message formatting helper has been moved from WhatsApp into the broader Mail area. This makes it easier for other parts of Odoo to generate clear dynamic messages consistently, with no expected direct impact on daily users.
Original PR description
Resolving a field path to a usable string is globally useful for dynamic messages that cannot rely on qweb to format their output. The Model method introduced in whatsapp to do this is moved to mail so it can be used in other modules. task-3495279