Enhance base_partner_always_multi_contacts

This commit is contained in:
Alexis de Lattre
2014-09-04 15:24:41 +02:00
parent 9f4e25be09
commit 1b918f3655

View File

@@ -16,6 +16,9 @@
<page string="Contacts" position="attributes"> <page string="Contacts" position="attributes">
<attribute name="attrs">{'invisible': [('parent_id', '!=', False)]}</attribute> <attribute name="attrs">{'invisible': [('parent_id', '!=', False)]}</attribute>
</page> </page>
<field name="parent_id" position="attributes">
<attribute name="domain"></attribute>
</field>
</field> </field>
</record> </record>