mirror of https://github.com/OCA/web.git
[IMP] web_widget_url_advanced: pre-commit auto fixes
parent
0e5b9bd4fd
commit
0129157d47
|
@ -6,12 +6,10 @@
|
||||||
t-inherit="web.UrlField"
|
t-inherit="web.UrlField"
|
||||||
t-inherit-mode="extension"
|
t-inherit-mode="extension"
|
||||||
>
|
>
|
||||||
|
|
||||||
<xpath expr="//a[hasclass('o_field_widget')]" position="attributes">
|
<xpath expr="//a[hasclass('o_field_widget')]" position="attributes">
|
||||||
<attribute name="t-esc">title</attribute>
|
<attribute name="t-esc">title</attribute>
|
||||||
<attribute name="t-att-href">formattedHrefWithPrefix</attribute>
|
<attribute name="t-att-href">formattedHrefWithPrefix</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
</t>
|
</t>
|
||||||
|
|
||||||
<t
|
<t
|
||||||
|
@ -19,12 +17,10 @@
|
||||||
t-inherit="web.FormUrlField"
|
t-inherit="web.FormUrlField"
|
||||||
t-inherit-mode="extension"
|
t-inherit-mode="extension"
|
||||||
>
|
>
|
||||||
|
|
||||||
<xpath expr="//a[hasclass('o_field_widget')]" position="attributes">
|
<xpath expr="//a[hasclass('o_field_widget')]" position="attributes">
|
||||||
<attribute name="t-esc">title</attribute>
|
<attribute name="t-esc">title</attribute>
|
||||||
<attribute name="t-att-href">formattedHrefWithPrefix</attribute>
|
<attribute name="t-att-href">formattedHrefWithPrefix</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
</t>
|
</t>
|
||||||
|
|
||||||
</templates>
|
</templates>
|
||||||
|
|
Loading…
Reference in New Issue