[RM] invalid domain from field
This commit is contained in:
parent
7c53a54535
commit
2e9c44803f
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
<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="[('company_type', '=', 'person')]" attrs="{'invisible': [('company_type', '!=', 'company')]}"/>
|
||||||
<field name="representative_document" domain="[('company_type', '=', 'person')]" attrs="{'invisible': [('company_type', '!=', 'company')]}"/>
|
<field name="representative_document" attrs="{'invisible': [('company_type', '!=', 'company')]}"/>
|
||||||
|
|
||||||
<field name="signature" widget="image"/>
|
<field name="signature" widget="image"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user