Skip to content

Commit

Permalink
Merge PR #58 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jan 31, 2023
2 parents 83fe4cb + 71fed0d commit ea5a0cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hr_holidays_public/tests/test_holidays_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ def setUpClass(cls):
cls.HrLeave = cls.env["hr.leave"]
cls.HrLeaveType = cls.env["hr.leave.type"]
cls.HrHolidaysPublic = cls.env["hr.holidays.public"]
# Remove timezone for controlling data better
cls.env.user.tz = False
cls.calendar = cls.env["resource.calendar"].create(
{"name": "Calendar", "attendance_ids": []}
)
Expand Down

0 comments on commit ea5a0cc

Please sign in to comment.