Show title not only on Contacts

This commit is contained in:
Alexis de Lattre
2018-07-13 15:43:46 +02:00
parent 21d1454ab9
commit 9cba31b68a

View File

@@ -19,6 +19,10 @@
<xpath expr="//field[@name='child_ids']/form//field[@name='email']" position="attributes">
<attribute name="widget">email</attribute>
</xpath>
<!-- Show title not only on Contacts -->
<xpath expr="//field[@name='child_ids']/form//field[@name='title']" position="attributes">
<attribute name="attrs"></attribute>
</xpath>
</field>
</record>