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

[UPD]Pre commit

parent 228640a4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -286,7 +286,11 @@ ...@@ -286,7 +286,11 @@
/> />
</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': [('is_company','=', True)]}"/> <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" />
...@@ -341,7 +345,11 @@ ...@@ -341,7 +345,11 @@
</group> </group>
<group> <group>
<div> <div>
<field name="fields_to_copy_to_clipboard" widget="CopyClipboardChar" options="{'string': 'Copier les données'}"/> <field
name="fields_to_copy_to_clipboard"
widget="CopyClipboardChar"
options="{'string': 'Copier les données'}"
/>
</div> </div>
</group> </group>
</xpath> </xpath>
...@@ -474,9 +482,11 @@ ...@@ -474,9 +482,11 @@
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" <field
name="phone3"
widget="phone" widget="phone"
attrs="{'invisible': [('is_company','=', True)]}"/> 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