[IMP] whatsapp and telegram only person visible
This commit is contained in:
parent
9a67a6e387
commit
05880b6279
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user