Skip to content
Extraits de code Groupes Projets
Valider 6de05227 rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[add] secteur d'activité

parent 4a46613d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
<attribute name="options">{'no_create_edit': True, 'no_create': True}</attribute> <attribute name="options">{'no_create_edit': True, 'no_create': True}</attribute>
</xpath> </xpath>
<xpath expr="//field[@name='category_id']" position="after"> <xpath expr="//field[@name='category_id']" position="after">
<field name="industry_id" attrs="{'invisible': [('is_company', '=', False)]}" options="{'no_create': True}" string="Secteur d'activité"/>
<field name="user_id" attrs="{ 'invisible': ['|', ('customer', '=', False), ('is_company', '!=', True)]}" options="{'no_create': True, 'no_create_edit': True}" /> <field name="user_id" attrs="{ 'invisible': ['|', ('customer', '=', False), ('is_company', '!=', True)]}" options="{'no_create': True, 'no_create_edit': True}" />
</xpath> </xpath>
......
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