Skip to content

Commit

Permalink
[REMOVE]removed module_project_long_term field from project/resconfig…
Browse files Browse the repository at this point in the history
…_view as well as from resconfig_py.

bzr revid: dka@tinyerp.com-20140409111738-27eu5g2dzeh9oq0y
  • Loading branch information
dka-odoo committed Apr 9, 2014
1 parent 6dff1b4 commit 8db081a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions addons/project/res_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'),
Expand Down
4 changes: 0 additions & 4 deletions addons/project/res_config_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 8db081a

Please sign in to comment.