[IMP] studies_base:

Vues Questionnaire + Participant + Response + Progress Status
This commit is contained in:
clementthomas
2024-07-18 10:43:35 +02:00
parent 10b71eb44f
commit 87d98be89e
12 changed files with 382 additions and 19 deletions

View File

@@ -7,6 +7,8 @@ from odoo.exceptions import UserError
class StudyProgressStatus(models.Model):
_name = "study.progress.status"
_rec_name = 'state'
study_id = fields.Many2one("study.study", string="Étude")
state = fields.Selection([
('DRAFT', 'Brouillon'),