commit
ab251320e9
|
|
@ -264,8 +264,7 @@ class StandardAppraisalLines(models.Model):
|
|||
question = fields.Char()
|
||||
great_level = fields.Float()
|
||||
priority = fields.Selection(
|
||||
[
|
||||
('0', '0'),
|
||||
[ ('0', '0'),
|
||||
('1', '1'),
|
||||
('2', '2'),
|
||||
('3', '3'),
|
||||
|
|
@ -275,7 +274,6 @@ class StandardAppraisalLines(models.Model):
|
|||
string='Priority',
|
||||
store=True
|
||||
)
|
||||
|
||||
from_greed = fields.Boolean(default=False)
|
||||
from_priority = fields.Boolean(default=False)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue