Skip to content

Commit 0129157

Browse files
[IMP] web_widget_url_advanced: pre-commit auto fixes
1 parent 0e5b9bd commit 0129157

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

web_widget_url_advanced/static/src/fields/url_field.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,21 @@
66
t-inherit="web.UrlField"
77
t-inherit-mode="extension"
88
>
9-
109
<xpath expr="//a[hasclass('o_field_widget')]" position="attributes">
1110
<attribute name="t-esc">title</attribute>
1211
<attribute name="t-att-href">formattedHrefWithPrefix</attribute>
1312
</xpath>
14-
1513
</t>
1614

1715
<t
1816
t-name="web_widget_url_advanced.FormUrlField"
1917
t-inherit="web.FormUrlField"
2018
t-inherit-mode="extension"
2119
>
22-
2320
<xpath expr="//a[hasclass('o_field_widget')]" position="attributes">
2421
<attribute name="t-esc">title</attribute>
2522
<attribute name="t-att-href">formattedHrefWithPrefix</attribute>
2623
</xpath>
27-
2824
</t>
2925

3026
</templates>

0 commit comments

Comments
 (0)