[TEST] rm passport_series

This commit is contained in:
Stepan Savelyev 2019-12-05 14:12:25 +05:00
parent e0d4f43402
commit 0f3187d9cb

View File

@ -92,7 +92,7 @@
<field name="name"/> <field name="name"/>
<field name="function"/> <field name="function"/>
<field name="representative_id" domain="[('id', 'in', child_ids)]" attrs="{'invisible': [('company_type', '!=', 'company')]}"/> <field name="representative_id" domain="[('id', 'in', child_ids)]" attrs="{'invisible': [('company_type', '!=', 'company')]}"/>
<field name="passport_series" attrs="{'invisible': [('company_type', '=', 'company')]}"/> <!-- <field name="passport_series" attrs="{'invisible': [('company_type', '=', 'company')]}"/> -->
<field name="passport_number" attrs="{'invisible': [('company_type', '=', 'company')]}"/> <field name="passport_number" attrs="{'invisible': [('company_type', '=', 'company')]}"/>
<field name="bank_account"/> <field name="bank_account"/>
<field name="signature" widget="image"/> <field name="signature" widget="image"/>