[FIX] project_timesheet: fixing the redbot

bzr revid: qdp-launchpad@openerp.com-20121207145448-2vgdjrekxt2cp4gn
This commit is contained in:
Quentin (OpenERP) 2012-12-07 15:54:48 +01:00
parent 87644c5c3d
commit 87e36fb9f7
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@
task_ids = self.browse(cr, uid, task_work, context)
assert task_ids.user_id.id == ref("base.user_demo"), 'Error, The User in Timesheet is not Correct'
assert task_ids.date == start, 'Error, The Date in Timesheet is not ok'
assert task_ids.product_uom_id.name == "Hour", 'Error, The Hour in Timesheet is not ok'
assert task_ids.product_uom_id.name == "Hour(s)", 'Error, The Hour in Timesheet is not ok'