[IMP]:typo
authorAmit Patel (OpenERP) <apa@tinyerp.com>
Thu, 31 May 2012 09:27:54 +0000 (14:57 +0530)
committerAmit Patel (OpenERP) <apa@tinyerp.com>
Thu, 31 May 2012 09:27:54 +0000 (14:57 +0530)
bzr revid: apa@tinyerp.com-20120531092754-lxeafar67dpuqnlh

addons/hr_timesheet/hr_timesheet.py

index 656dd3f..66911f2 100644 (file)
@@ -196,7 +196,7 @@ class account_analytic_account(osv.osv):
     _description = 'Analytic Account'
     
     _columns = {
-        'use_timesheets': fields.boolean('Timesheets:', help="Check this field if this project manages timesheets"),
+        'use_timesheets': fields.boolean('Timesheets', help="Check this field if this project manages timesheets"),
     }
 
 account_analytic_account()