Hello to everybody,
I'm using version 15 online. In CRM application, I'm working with Studio in order to arrange for an email template where the text of the message is built in function of specific tags set in the lead/opportunity.
I tried object.tags ...but the following error rises:
--------------------------
Failed to render QWeb template : 'crm.lead' object has no attribute 'tags'
Traceback (most recent call last):
File "/home/odoo/src/odoo/15.0/odoo/addons/base/models/qweb.py", line 219, in render_template
yield from compiled_fn(self, values, log)
File "", line 6, in template
AttributeError: 'crm.lead' object has no attribute 'tags'
Error when render the template
AttributeError: 'crm.lead' object has no attribute 'tags'
Template:
Path: /div/t[2]
Node: )
--------------------------
Is there any way to do this? Or a workaround?
Thanks!
Regards,
Max.