diff --git a/addons/crm/res_config.py b/addons/crm/res_config.py index 2095dda37d6..c6d33b4bec2 100644 --- a/addons/crm/res_config.py +++ b/addons/crm/res_config.py @@ -38,9 +38,6 @@ class crm_configuration(osv.osv_memory): 'module_import_google': fields.boolean("Google (Contacts and Calendar)", help="""Import google contact in partner address and add google calendar events details in Meeting. This installs the module import_google."""), - 'module_wiki_sale_faq': fields.boolean("share information with sales FAQ", - help="""This provides demo data, thereby creating a Wiki Group and a Wiki Page for Wiki Sale FAQ. - This installs the module wiki_sale_faq."""), 'module_google_map': fields.boolean("add google maps on customer", help="""Locate customers on Google Map. This installs the module google_map."""), diff --git a/addons/crm/res_config_view.xml b/addons/crm/res_config_view.xml index 76191379258..0d09096918f 100644 --- a/addons/crm/res_config_view.xml +++ b/addons/crm/res_config_view.xml @@ -39,12 +39,6 @@