[MIG] web_widget_open_tab: Migration to 16.0

This commit is contained in:
dsolanki
2023-03-15 14:13:40 +05:30
parent e4016f967c
commit d89c70386b
7 changed files with 68 additions and 88 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<template>
<t t-name="web_widget_open_tab.openTab" owl="1">
<a
class="btn open_tab_widget fa fa-external-link"
t-att-href="_getReference()"
target="_blank"
t-on-click="openNewTab"
t-att-title="props.title"
t-on-mouseenter="ev => this.loadAttrs(ev)"
>
</a>
</t>
</template>