[IMP] correct the spelling taks to task for Manage Task Delegation.

bzr revid: nco@tinyerp.com-20120614125559-4e8hdy1eoq3lap03
This commit is contained in:
Nimesh (Open ERP) 2012-06-14 18:25:59 +05:30
parent 8e2bafd022
commit 5563434379
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class project_configuration(osv.osv_memory):
'group_time_work_estimation_tasks': fields.boolean("Time Estimation on Tasks",
implied_group='project.group_time_work_estimation_tasks',
help="Allows you to compute Time Estimation on tasks."),
'group_manage_delegation_task': fields.boolean("Manage Taks Delegation",
'group_manage_delegation_task': fields.boolean("Manage Task Delegation",
implied_group='project.group_delegate_task',
help="Allows you to delegate tasks to other users."),
}