Skip to content
Extraits de code Groupes Projets
Valider 6918a72d rédigé par Juliana's avatar Juliana
Parcourir les fichiers

[UPD]Change phone place in view

parent 35d4ae77
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
/> />
</xpath> </xpath>
<xpath expr="//field[@name='user_ids']" position="before"> <xpath expr="//field[@name='user_ids']" position="before">
<field name="phone3" widget="phone" attrs="{'invisible': [('parent_id', '=', False)]}"/> <field name="phone3" widget="phone" attrs="{'invisible': [('is_company','=', True)]}"/>
</xpath> </xpath>
<xpath expr="//field[@name='website']" position="before"> <xpath expr="//field[@name='website']" position="before">
<field name="email2" widget="email" /> <field name="email2" widget="email" />
...@@ -474,7 +474,9 @@ ...@@ -474,7 +474,9 @@
expr="//field[@name='child_ids']/form/sheet/group/group/field[@name='mobile']" expr="//field[@name='child_ids']/form/sheet/group/group/field[@name='mobile']"
position="after" position="after"
> >
<field name="phone3" widget="phone" attrs="{'invisible': [('parent_id', '=', False)]}"/> <field name="phone3"
widget="phone"
attrs="{'invisible': [('is_company','=', True)]}"/>
</xpath> </xpath>
<xpath <xpath
expr="//field[@name='child_ids']/form/sheet/group/group/field[@name='function']" expr="//field[@name='child_ids']/form/sheet/group/group/field[@name='function']"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter