IMP benefit
This commit is contained in:
parent
53762b9644
commit
ca30929cb3
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue