|
@ -11,7 +11,7 @@ |
|
|
<xpath expr="//div[@class='oe_title']" position="after"> |
|
|
<xpath expr="//div[@class='oe_title']" position="after"> |
|
|
<group attrs="{'invisible': [('is_company', '=', True)]}"> |
|
|
<group attrs="{'invisible': [('is_company', '=', True)]}"> |
|
|
<field name="lastname" attrs="{'required': [('is_company', '=', False)]}"/> |
|
|
<field name="lastname" attrs="{'required': [('is_company', '=', False)]}"/> |
|
|
<field name="firstname" /> |
|
|
|
|
|
|
|
|
<field name="firstname" /> |
|
|
</group> |
|
|
</group> |
|
|
</xpath> |
|
|
</xpath> |
|
|
</field> |
|
|
</field> |
|
|