|
|
@ -33,7 +33,7 @@ |
|
|
|
|
|
|
|
</xpath> |
|
|
|
<xpath expr="//field[@name='title']" position="replace"> |
|
|
|
<field name="title" options="{"no_open": True}" placeholder="" attrs="{'invisible': [('is_company', '=', True)]}"/> |
|
|
|
<field name="title" options="{"no_open": 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)]}"/> |
|
|
|