From 370822ffeddb3e70dc40d2e957c783f4193cec3f Mon Sep 17 00:00:00 2001 From: "Amit Patel (OpenERP)" Date: Tue, 31 Jul 2012 19:02:40 +0530 Subject: [PATCH] typo bzr revid: apa@tinyerp.com-20120731133240-0u0jhltuijpkqiu3 --- addons/hr_timesheet_sheet/res_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/hr_timesheet_sheet/res_config.py b/addons/hr_timesheet_sheet/res_config.py index a27edcd081a..bb4e098e1b3 100644 --- a/addons/hr_timesheet_sheet/res_config.py +++ b/addons/hr_timesheet_sheet/res_config.py @@ -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."""), }