diff --git a/addons/project/res_config.py b/addons/project/res_config.py index 101a868d574..e7699a61ec8 100644 --- a/addons/project/res_config.py +++ b/addons/project/res_config.py @@ -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.'), diff --git a/addons/project/res_config_view.xml b/addons/project/res_config_view.xml index 207f35da72e..e1d00e56e20 100644 --- a/addons/project/res_config_view.xml +++ b/addons/project/res_config_view.xml @@ -61,10 +61,6 @@