This question has been flagged
1 Reply
7773 Views

I have a field that store a url calle e_link_full but if I put

<a t-attf-href="line.product_template_id.e_link_full">
this copy text not value stored

thanks for your answers

Avatar
Discard
Best Answer

< a t-attf-href = " # {line.product_template_id.e_link_full}" > Text to display</a>

Avatar
Discard

I am not sure whether there's a change, but the single pair of '{' and '}' is not working in Odoo 16 that I am using, however it should be double pair, which is '{{' and '}}'