[FIX] hr_timesheet: fixed yaml test that as giving a value for a related readonly field

bzr revid: qdp-launchpad@openerp.com-20121019115425-97fxn854e3icp3dm
This commit is contained in:
Quentin (OpenERP) 2012-10-19 13:54:25 +02:00
parent 8ca8f50656
commit b5f8932458
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
import time
uid = ref('base.user_demo')
new_id = self.create(cr, uid, {'emp_id': ref('hr.employee_qdp'), 'name': 'Quentin Paolino',
'server_date': time.strftime('%Y-%m-%d %H:%M:%S'), 'state': 'present'})
'server_date': time.strftime('%Y-%m-%d %H:%M:%S')})
self.sign_in_result(cr, uid, [new_id], context)
-
I change my project "Thymbra" and I click on the "Change Work" button of this wizard