[RM] invalid domain from field

This commit is contained in:
Stepan Savelyev 2019-12-30 10:38:20 +05:00
parent 7c53a54535
commit 2e9c44803f

View File

@ -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>