Skip to content
Snippets Groups Projects
Commit f4004e9c authored by Juliana's avatar Juliana
Browse files

Update project

parent f04c5003
No related branches found
No related tags found
No related merge requests found
......@@ -688,7 +688,8 @@ class AdefpatCout(models.Model):
('active', '=', True),
('is_company', '=', False),
('is_consultant_form', '=', True)],
on_delete='restrict',)
on_delete='restrict',
required=True)
nb_jour_theorique = fields.Float("Nombre de jours théoriques")
nb_jour_pratiques = fields.Float("Nombre de jours pratiques")
cout_jour = fields.Float("Coût jour")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment