This question has been flagged

I used website designer module to custom quotation print view. When I put t tag inside textarea, it seems that the t field wasn't evaluated. Code example:

<textarea>
      <span t-field="o.name"/>
</textarea>

The textarea is shown on the view, but the text inside it was rendered: <span t-field="o.name"/> instead of showing the quotation number. 

Avatar
Discard
Best Answer

Hello,

I think there is no problem with t tag.

Actually inside the textarea tag, none tag is executed as an HTML tag.

Regards,

Avatar
Discard
Author Best Answer

@abdul wahid: typo not from the original problem.

@rda: don't bother to think about it, proove it :D

Avatar
Discard
Best Answer

ther is a type mistake in your <textarea> tag.

Avatar
Discard