Merge pull request #843 from expsa/hr_branch_za

Update hr_base.py
This commit is contained in:
zainab2097 2024-08-21 10:26:30 +03:00 committed by GitHub
commit 49c84b86ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -798,7 +798,8 @@ class HrAttendances(models.Model):
('direct_manager', 'Direct Manager'),
('hr_manager', 'HR Manager')
],
string='Approval By',
string='Approval By',required=True,
default='direct_manager'
)
class HrQualificationName(models.Model):