Hi there, this is my new question at here,
How could I open new tab of browser when user click the link "Open New Tap" from "More" of tree view?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi there, this is my new question at here,
How could I open new tab of browser when user click the link "Open New Tap" from "More" of tree view?
for open new tab of browser when click the link you can add target="_blank" code
eg:
<a t-if="website.social_whatsapp"
t-att-href="website.social_whatsapp"
class="btn btn-sm btn-link"
target="_blank">
Open in new tab is attribute target="_blank" in anchor "a" tag of html.
could you tell me where I can add?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Oct 24
|
3 | ||
|
5
Nov 23
|
40240 | ||
Create dynamic tree view
Solved
|
|
3
Sep 23
|
7668 | |
|
2
Jan 24
|
2316 | ||
|
1
Sep 22
|
2135 |