Friday, August 2, 2024
1 change · saas-17.4
Code cleanup and technical improvements
A shared helper for turning field paths into readable message text has been moved from WhatsApp into the Mail module. This makes the capability available to other messaging features without changing how end users work today.
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