[REF] hr_timesheet : Better readable messages

bzr revid: jvo@tinyerp.com-20100924104124-s0dtgin32s4ezyef
This commit is contained in:
Jay (OpenERP) 2010-09-24 16:11:24 +05:30
parent 214960b36e
commit c3d7dedf07
1 changed files with 2 additions and 2 deletions

View File

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