Skip to Content
Menu
This question has been flagged
2 Replies
4060 Views

Hi everyone!   

I'm having a field to store website link. I need to print that field in qweb and also to open a url link in new tab when click on it. 

How must i do it! Kindly help me here!

Avatar
Discard
Best Answer

Hi,

Try the following

static: < a href="your_link">Display Text
dynamic: < a t-attf-href="your_link">Display Text
using target="_blank" inside the anchor tag helps to open the link in new tab

Regards

Avatar
Discard
Author

Thank you

Best Answer

you can use anchor tag of HTML : < a t-attf-href = " # {line.product_template_id.e_link_full}" > Text to display</a>

Avatar
Discard
Author

Thanks!

Related Posts Replies Views Activity
2
Jul 23
3256
1
Jun 23
2599
1
Apr 23
3205
1
Nov 22
2131
1
Oct 21
10832