Skip to content

Commit

Permalink
[FIX] Set overtime_start_date in hr_attendance_contract_missing_days …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
ortlam committed Jun 14, 2024
1 parent 4e01165 commit b4f9165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hr_attendance_missing_days/tests/test_attendance.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class TestAttendance(TransactionCase):
def setUpClass(cls):
super().setUpClass()

cls.env.company.overtime_start_date = datetime(2020, 1, 1)

cls.employee = cls.env["hr.employee"].create(
{
"name": "Test Employee",
Expand Down

0 comments on commit b4f9165

Please sign in to comment.