Merge pull request #3622 from expsa/attendence_total_hou

cla
This commit is contained in:
eslamtalaat744 2025-06-24 14:32:45 +03:00 committed by GitHub
commit ab251320e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -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)