Skip to content

Commit

Permalink
Merge a15c5f5 into b63bdd9
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevhe18 committed Feb 2, 2017
2 parents b63bdd9 + a15c5f5 commit f0d071b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hr_worked_days_from_attendance/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Worked Days From Attendance",
"summary": "Compute worked days from attendance",
"version": "8.0.1.0.0",
"version": "8.0.1.0.1",
"category": "Human Resources",
"website": "https://opensynergy-indonesia.com",
"author": "OpenSynergy Indonesia",
Expand Down
4 changes: 2 additions & 2 deletions hr_worked_days_from_attendance/models/hr_payslip.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def _import_attendance(self):
}

criteria2 = [
("sheet_id.date_from", ">=", date_from),
("sheet_id.date_to", "<=", date_to),
("name", ">=", date_from),
("name", "<=", date_to),
("sheet_id.employee_id", "=", self.employee_id.id),
("sheet_id.state", "=", "done"),
]
Expand Down

0 comments on commit f0d071b

Please sign in to comment.