@class -> hasclass to avoid warning, see https://stackoverflow.com/questions/47092148/warning-error-prone-use-of-class
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<field name="inherit_id" ref="base.view_partner_form"/>
|
<field name="inherit_id" ref="base.view_partner_form"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<!-- Wider 'name' field -->
|
<!-- Wider 'name' field -->
|
||||||
<xpath expr="//sheet/div[@class='oe_title']" position="attributes">
|
<xpath expr="//sheet/div[hasclass('oe_title')]" position="attributes">
|
||||||
<attribute name="style">width: 650px;</attribute>
|
<attribute name="style">width: 650px;</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//field[@name='child_ids']/form//field[@name='email']" position="attributes">
|
<xpath expr="//field[@name='child_ids']/form//field[@name='email']" position="attributes">
|
||||||
|
|||||||
Reference in New Issue
Block a user