[REMOVE]removed module_project_long_term field from project/resconfig_view as well as from resconfig_py.

bzr revid: dka@tinyerp.com-20140409111738-27eu5g2dzeh9oq0y
This commit is contained in:
Darshan Kalola (OpenERP) 2014-04-09 16:47:38 +05:30
parent 6dff1b434d
commit 8db081a4f3
2 changed files with 0 additions and 7 deletions

View File

@ -41,9 +41,6 @@ class project_configuration(osv.osv_memory):
'the timesheet line entries for particular date and user, with the effect of creating, '
'editing and deleting either ways.\n'
'-This installs the module project_timesheet.'),
'module_project_long_term': fields.boolean("Manage resources planning on gantt view",
help='A long term project management module that tracks planning, scheduling, and resource allocation.\n'
'-This installs the module project_long_term.'),
'module_project_issue': fields.boolean("Track issues and bugs",
help='Provides management of issues/bugs in projects.\n'
'-This installs the module project_issue.'),

View File

@ -61,10 +61,6 @@
<field name="group_tasks_work_on_tasks" class="oe_inline"/>
<label for="group_tasks_work_on_tasks" />
</div>
<div>
<field name="module_project_long_term" class="oe_inline"/>
<label for="module_project_long_term"/>
</div>
</div>
</group>
<separator string="Helpdesk &amp; Support"/>