[FIX] incorrect domain
This commit is contained in:
parent
337953a259
commit
16dcc0ee89
@ -42,7 +42,7 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
<xpath expr="//field[@name='category_id']" position="after">
|
<xpath expr="//field[@name='category_id']" position="after">
|
||||||
<field name="representative_id" domain="[('company_type', '=', 'person')]" attrs="{'invisible': [('company_type', '!=', 'company')]}"/>
|
<field name="representative_id" domain="[('is_company', '=', False)]" attrs="{'invisible': [('company_type', '!=', 'company')]}"/>
|
||||||
<field name="representative_document" attrs="{'invisible': [('company_type', '!=', 'company')]}"/>
|
<field name="representative_document" attrs="{'invisible': [('company_type', '!=', 'company')]}"/>
|
||||||
|
|
||||||
<field name="signature" widget="image"/>
|
<field name="signature" widget="image"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user