Hello,
I am currently using the Odoo Online installation of version 17.0+e and attempting to create a personalized email marketing campaign. However, I am encountering challenges with incorporating dynamic fields. Specifically:
- When I use placeholders like ${object.name} or ${object.contact_name}, the email displays them exactly as written without rendering the intended values.
- Similarly, embedding code such as <span t-field="object.contact_name"/> produces no output.
This leads me to wonder whether Odoo Online imposes certain limitations on customizations, particularly with dynamic fields in email templates, or if I might be missing something in my approach.
Could you please clarify if such limitations exist in the online version, or provide guidance on how to resolve this issue?
Thanks.
Bran