[IMP] whatsapp and telegram only person visible

This commit is contained in:
Stepan Savelyev 2020-01-10 10:13:57 +05:00
parent 9a67a6e387
commit 05880b6279

View File

@ -53,8 +53,8 @@
</xpath>
<xpath expr="//field[@name='email']" position="before">
<field name="phone_whatsapp"/>
<field name="phone_telegram"/>
<field name="phone_whatsapp" attrs="{'invisible': [('is_company', '=', True)]}"/>
<field name="phone_telegram" attrs="{'invisible': [('is_company', '=', True)]}"/>
</xpath>
</field>