[FIX] hr_timesheet_*: fix yml warning

bzr revid: ara@tinyerp.com-20110503130024-rs4iyy2tjcmyn7y0
This commit is contained in:
ARA (OpenERP) 2011-05-03 18:30:24 +05:30
parent 5ebf9c5ea5
commit 55329ffbf6
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@
for invoice in invoice_id.invoice_line:
product = invoice.product_id.id
product_exp = data['product']
product_exp = data['product'][0]
assert product == product_exp
assert aline.invoice_id, "Invoice created, but analytic line wasn't updated."

View File

@ -27,7 +27,7 @@
gender: male
marital: hr.hr_employee_marital_status_single
name: Mark Johnson
user_id: base.user_root
user_id: base.user_demo
-
I create new Timesheet journal for employee.
@ -69,7 +69,7 @@
date_to: !eval "'%s-05-31' %(datetime.now().year)"
name: !eval "'Week-22(%s)' %(datetime.now().year)"
state: new
user_id: base.user_root
user_id: base.user_demo
employee_id: 'hr_employee_employee0'
-
Now , at the time of login, I create Attendances and perform "Sign In" action.