We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5b9bd commit 0129157Copy full SHA for 0129157
1 file changed
web_widget_url_advanced/static/src/fields/url_field.xml
@@ -6,25 +6,21 @@
6
t-inherit="web.UrlField"
7
t-inherit-mode="extension"
8
>
9
-
10
<xpath expr="//a[hasclass('o_field_widget')]" position="attributes">
11
<attribute name="t-esc">title</attribute>
12
<attribute name="t-att-href">formattedHrefWithPrefix</attribute>
13
</xpath>
14
15
</t>
16
17
<t
18
t-name="web_widget_url_advanced.FormUrlField"
19
t-inherit="web.FormUrlField"
20
21
22
23
24
25
26
27
28
29
30
</templates>
0 commit comments