IMP benefit

This commit is contained in:
younes 2025-08-31 10:37:57 +01:00
parent 53762b9644
commit ca30929cb3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Visit(models.Model):
'visits.types',
string='Visits Types')
evaluation = fields.Selection(
[('1', '1'), ('2', '2'), ('3', '3'), ('4', '4'), ('5', '5')],
[('1', '1'), ('2', '2'), ('3', '3'), ('4', '4'), ('5', '5'), ('6', '6')],
string='Evaluation')
state = fields.Selection([
('draft', 'Draft'),