Skip to content
Snippets Groups Projects
Commit d176c6de authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[cgscop #71] refonte des établissements secondaires

parent d6ac26f8
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<field name="inherit_id" ref="cgscop_partner.scop_contact_view_form"/> <field name="inherit_id" ref="cgscop_partner.scop_contact_view_form"/>
<field name="priority" eval="1"/> <field name="priority" eval="1"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<page name='contacts' position="before"> <page name='scop_contacts' position="before">
<page name="adhesion_processus1" string="Processus d'Adhésion" attrs="{'invisible': [('project_status','=','6_suivi')]}"> <page name="adhesion_processus1" string="Processus d'Adhésion" attrs="{'invisible': [('project_status','=','6_suivi')]}">
<group col="3"> <group col="3">
<group string="Général"> <group string="Général">
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</group> </group>
</page> </page>
</page> </page>
<xpath expr='//notebook' position="inside"> <page name='scop_liasse_fiscale' position="after">
<page name="adhesion_processus2" string="Processus d'Adhésion" attrs="{'invisible': [('project_status','!=','6_suivi')]}"> <page name="adhesion_processus2" string="Processus d'Adhésion" attrs="{'invisible': [('project_status','!=','6_suivi')]}">
<group col="3"> <group col="3">
<group string="Général"> <group string="Général">
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
</group> </group>
</group> </group>
</page> </page>
</xpath> </page>
</field> </field>
</record> </record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment