From c3d7dedf07424c5272383e5d1ebeec66e89cd6bf Mon Sep 17 00:00:00 2001 From: "Jay (OpenERP)" Date: Fri, 24 Sep 2010 16:11:24 +0530 Subject: [PATCH] [REF] hr_timesheet : Better readable messages bzr revid: jvo@tinyerp.com-20100924104124-s0dtgin32s4ezyef --- addons/hr_timesheet/test/hr_timesheet_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/hr_timesheet/test/hr_timesheet_report.yml b/addons/hr_timesheet/test/hr_timesheet_report.yml index 811858eb7f2..2f19f75618f 100644 --- a/addons/hr_timesheet/test/hr_timesheet_report.yml +++ b/addons/hr_timesheet/test/hr_timesheet_report.yml @@ -1,5 +1,5 @@ - - In order to test the PDF reports defined on HR Timesheet User Report, we will print a HR Timesheet User Report + In order to test the PDF reports defined on Employee, we will print Timesheet of a User - !python {model: hr.employee}: | import netsvc, tools, os, time @@ -11,7 +11,7 @@ file(os.path.join(tools.config['test_report_directory'], 'hr_timesheet-user_report.'+format), 'wb+').write(data) - - In order to test the PDF reports defined on HR Timesheet Users Report, we will print a HR Timesheet Users Report + In order to test the PDF reports defined on Employee, we will print Timesheet of Users - !python {model: hr.employee}: | import netsvc, tools, os, time