Update partner_extended.xml
This commit is contained in:
parent
1dcb287911
commit
d67af765e1
|
|
@ -187,7 +187,7 @@
|
|||
|
||||
<xpath expr="//field[@name='title']" position="replace"></xpath>
|
||||
|
||||
<xpath expr="//h1/field[@id='individual']" position="before">
|
||||
<xpath expr="//h1" position="inside">
|
||||
<!-- Add the 'title' field next to the 'name' field -->
|
||||
<field name="title" class="o_address_state" placeholder="Title"
|
||||
options="{'no_quick_create': True}"
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
</xpath>
|
||||
|
||||
<xpath expr="//field[@name='vat']" position="attributes">
|
||||
<attribute name="atrrs">{'invisible':[('company_type','!=','company')]}"</attribute>
|
||||
<attribute name="attrs">{'invisible':[('company_type','!=','company')]}"</attribute>
|
||||
</xpath>
|
||||
|
||||
<xpath expr="//div[@name='button_box']" position="inside">
|
||||
|
|
|
|||
Loading…
Reference in New Issue