[IMP] web_widget_url_advanced: pre-commit auto fixes

pull/3021/head
Vang - Nguyen Phu 2024-12-13 17:00:00 +07:00
parent 0e5b9bd4fd
commit 0129157d47
1 changed files with 0 additions and 4 deletions

View File

@ -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>