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

[UPD] remove required on ape legal status and RCS

parent 3b331532
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -41,8 +41,8 @@
expr="//notebook//page[@name='sales_purchases']//group[@name='misc']"
position="inside"
>
<field name="legal_status" attrs="{'required': [('is_producer', '=', True), ('is_company', '=', True)]}" />
<field name="ape" attrs="{'required': [('is_producer', '=', True), ('is_company', '=', True)]}" />
<field name="legal_status" />
<field name="ape" />
</xpath>
<xpath
......@@ -96,14 +96,7 @@
name="siret" attrs="{'required': [('is_producer', '=', True), ('is_company', '=', True)]}"
/>
</xpath>
<xpath
expr="//notebook//page[@name='sales_purchases']//group[@name='misc']//field[@name='company_registry']"
position="attributes"
>
<attribute
name="attrs"
>{'required': [('is_producer', '=', True), ('is_company', '=', True)]}</attribute>
</xpath>
<xpath
expr="//notebook//page[@name='sales_purchases']//group[@name='misc']//field[@name='siret']"
position="attributes"
......
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