[IMP]allow_negative_leave_and_allocation:change label and add translation
This commit is contained in:
@@ -9,7 +9,7 @@ class HolidaysType(models.Model):
|
||||
_inherit = "hr.leave.type"
|
||||
|
||||
# negative time off
|
||||
allows_negative = fields.Boolean(string='Allow Negative Cap',
|
||||
allows_negative = fields.Boolean(string='Allow Negative Leaves',
|
||||
help="If checked, users request can exceed the allocated days and balance can go in negative.")
|
||||
|
||||
@api.depends('requires_allocation')
|
||||
|
Reference in New Issue
Block a user