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

[cgscop #232] ajout booleen carte identité reçue

parent df3bb263
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ class ScopPartner(models.Model):
# Dossier UE
file_fse_open = fields.Boolean("Dossier FSE ouvert Oui/Non")
is_id_card = fields.Boolean("Carte d'identité reçue")
date_return_file = fields.Date("Date de retour du dossier")
fse_full = fields.Boolean("FSE Complet")
recipient_file_fse = fields.Many2one(
......
......@@ -49,6 +49,7 @@
<field name="file_fse_open" widget="boolean_toggle"/>
<field name="date_return_file"/>
<field name="fse_full" widget="boolean_toggle"/>
<field name="is_id_card" widget="boolean_toggle"/>
<field name="recipient_file_fse"/>
</group>
<group string="Phase d'information">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment