[IMP] base_usability: hide industry_id on form view of partners for contacts
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<field name="zip" position="move"/>
|
<field name="zip" position="move"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<field name="industry_id" position="attributes">
|
<field name="industry_id" position="attributes">
|
||||||
<attribute name="attrs"></attribute>
|
<attribute name="attrs">{'invisible': [('parent_id', '!=', False)]}</attribute>
|
||||||
</field>
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|||||||
Reference in New Issue
Block a user