[IMP] base_usability: hide industry_id on form view of partners for contacts

This commit is contained in:
Alexis de Lattre
2025-11-03 12:16:48 +01:00
parent 1ba485392a
commit 993fb49ab5

View File

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