root 1 year ago
parent
commit
f592a35f4a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      views/partner.xml

+ 1
- 1
views/partner.xml View File

@ -33,7 +33,7 @@
</xpath>
<xpath expr="//field[@name='title']" position="replace">
<field name="title" options="{&quot;no_open&quot;: True}" placeholder="" attrs="{'invisible': [('is_company', '=', True)]}"/>
<field name="title" options="{&quot;no_open&quot;: True}" required="1" placeholder="" attrs="{'invisible': [('is_company', '=', True)]}"/>
</xpath>
<xpath expr="//field[@name='firstname']" position="replace">
<field name="firstname" attrs="{'invisible':[('is_company','=',True)]}"/>


Loading…
Cancel
Save