bzr revid: apa@tinyerp.com-20120731133240-0u0jhltuijpkqiu3
This commit is contained in:
Amit Patel (OpenERP) 2012-07-31 19:02:40 +05:30
parent a9b0da7935
commit 370822ffed
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class hr_timesheet_settings(osv.osv_memory):
_columns = {
'timesheet_range': fields.selection([('day','Day'),('week','Week'),('month','Month')],
'Validate timesheets every', help="Periodicity on which you validate your timesheets."),
'timesheet_max_difference': fields.float('allow a difference of time between timesheets and attendances of (in hours)',
'timesheet_max_difference': fields.float('Allow a difference of time between timesheets and attendances of (in hours)',
help="""Allowed difference in hours between the sign in/out and the timesheet
computation for one sheet. Set this to 0 if you do not want any control."""),
}