[IMP]project : add field to project.config.settings

bzr revid: cha@tinyerp.com-20120529103238-jwrhfvs2688fg9ot
This commit is contained in:
Ajay Chauhan (OpenERP) 2012-05-29 16:02:38 +05:30
parent 91647a7d17
commit 79df408373
2 changed files with 4 additions and 1 deletions

View File

@ -54,7 +54,9 @@ class project_configuration(osv.osv_memory):
help="Allows you to compute work on tasks."),
'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."),
help="Allows you to compute Time Estimation on tasks."),
'group_manage_delegation_task': fields.boolean("Manage Delagation Task",
implied_group='project.group_delegate_task'),
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -19,6 +19,7 @@
<field name="module_pad"/>
<field name="group_tasks_work_on_tasks"/>
<field name="group_time_work_estimation_tasks"/>
<field name="group_manage_delegation_task"/>
<separator string="Planning" colspan="4"/>
<field name="module_project_long_term"/>