Skip to content

Commit

Permalink
Merge PR #657 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed May 8, 2024
2 parents 1c7ee9a + 2a7b0ad commit e5ccfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_timesheet_begin_end/models/account_analytic_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _check_time_start_stop(self):
others = self.search(
[
("id", "!=", line.id),
("user_id", "=", line.user_id.id),
("employee_id", "=", line.employee_id.id),
("date", "=", line.date),
("time_start", "<", line.time_stop),
("time_stop", ">", line.time_start),
Expand Down

0 comments on commit e5ccfc0

Please sign in to comment.