Add widget="email" on email of contacts
This commit is contained in:
@@ -16,6 +16,9 @@
|
|||||||
<xpath expr="//sheet/div[@class='oe_title']" position="attributes">
|
<xpath expr="//sheet/div[@class='oe_title']" position="attributes">
|
||||||
<attribute name="style">width: 650px;</attribute>
|
<attribute name="style">width: 650px;</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
<xpath expr="//field[@name='child_ids']/form//field[@name='email']" position="attributes">
|
||||||
|
<attribute name="widget">email</attribute>
|
||||||
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user