[FIX]hr_holidays: yml error
authorDBR (OpenERP) <dbr@tinyerp.com>
Thu, 17 May 2012 13:11:56 +0000 (18:41 +0530)
committerDBR (OpenERP) <dbr@tinyerp.com>
Thu, 17 May 2012 13:11:56 +0000 (18:41 +0530)
bzr revid: dbr@tinyerp.com-20120517131156-3mnula9bxi79zj3s

addons/hr_holidays/test/test_hr_holiday.yml

index 9228a7a..4a80840 100644 (file)
@@ -6,8 +6,8 @@
   !record {model: hr.holidays, id: hr_holiday1}:
     name: Sick Leave
     holiday_status_id: holiday_status_cl
-    date_from: !eval time.strftime('%Y-%m-10 10:00:00')
-    date_to: !eval time.strftime('%Y-%m-11 19:00:00')
+    date_from: !eval time.strftime('%Y-%m-10 00:00:00')
+    date_to: !eval time.strftime('%Y-%m-11 00:00:00')
     employee_id: hr.employee_fp
     type: remove
 -