Add widget="email" on email of contacts

This commit is contained in:
Alexis de Lattre
2018-06-20 23:45:09 +02:00
committed by Raphaël Valyi
parent 6b16063692
commit 7d51bdbcd3

View File

@@ -16,6 +16,9 @@
<xpath expr="//sheet/div[@class='oe_title']" position="attributes">
<attribute name="style">width: 650px;</attribute>
</xpath>
<xpath expr="//field[@name='child_ids']/form//field[@name='email']" position="attributes">
<attribute name="widget">email</attribute>
</xpath>
</field>
</record>