[IMP] studies_tools: typo

This commit is contained in:
clementthomas
2025-01-10 12:00:18 +01:00
parent 16cf8a88c2
commit ae0a43f4c5
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ from odoo.exceptions import UserError
class StudyParticipant(models.Model):
_name = "study.participant"
identifier_primary_id = fields.Char("Idientifiant Seintinelles", readonly=True)
identifier_primary_id = fields.Char("Identifiant Seintinelles", readonly=True)
part_of = fields.Many2one("study.study", string="Étude", readonly=True)
subject = fields.Many2one("res.partner", string="Contact", domain=[("category_patient",'=',1)], readonly=True)