[FIX]hr_holidays: yml error

bzr revid: dbr@tinyerp.com-20120517131156-3mnula9bxi79zj3s
This commit is contained in:
DBR (OpenERP) 2012-05-17 18:41:56 +05:30
parent 1b09de07e8
commit f33d8657dc
1 changed files with 2 additions and 2 deletions

View 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
-