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

[cgscop #230] date rdv obligatoire en phase d'information

parent 6d134cd1
Branches
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
<field name="recipient_file_fse"/>
</group>
<group string="Phase d'information">
<field name="date_first_rdv"/>
<field name="date_first_rdv" attrs="{'required':[('project_status','=', '1_information')]}"/>
<field name="date_send_guide"/>
<field name="adhesion_comments"/>
</group>
......@@ -61,7 +61,7 @@
<field name="amount_feasibility_study" widget="monetary"/>
<field name="date_prediag"/>
</group>
<group string="Phase d'accompagnement projet" attrs="{'invisible':[('project_status','in',('1_information','2_pre-diagnostic'))]}">
<group string="Phase d'accompagnement projet" attrs="{'invisible':[('project_status','in',('1_information','2_pre-diagnostic'))]}">
<field name="date_convention"/>
<field name="amount_convention" widget="monetary"/>
</group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment