[IMP] studies_base:

move study_author
This commit is contained in:
clementthomas
2024-07-30 11:46:12 +02:00
parent bd8a9fc4af
commit 4071957068
4 changed files with 17 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ class StudyQuestionnaireResponse(models.Model):
authored = fields.Datetime("Date de saisie des réponses", readonly=True)
identifier_author = fields.Char("ID plateforme", readonly=True)
author = fields.Many2one("study.author", string="Platform d'étude", readonly=True)
study_id = fields.Many2one("study.study", "Étude", readonly=True)
study_questionnaire_id = fields.Many2one("study.questionnaire", string="Questionnaire", readonly=True)