diff --git a/addons/crm/res_config.py b/addons/crm/res_config.py index b04853d9f6a..6f431b90cba 100644 --- a/addons/crm/res_config.py +++ b/addons/crm/res_config.py @@ -32,6 +32,13 @@ class crm_configuration(osv.osv_memory): 'group_fund_raising': fields.boolean("Manage Fund Raising", implied_group='crm.group_fund_raising', help="""Allows you to trace and manage your activities for fund raising."""), + 'module_crm_claim':fields.boolean("Manage Customer Claims", + help="""Allows you to track your customers/suppliers claims and grievances. + This installs the module crm_claim."""), + 'module_crm_helpdesk':fields.boolean("Manage Helpdesk and Support", + help="""Allows you to communicate with Customer, process Customer query, and provide better help and support. This installs the module crm_helpdesk."""), + + } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/crm/res_config_view.xml b/addons/crm/res_config_view.xml index 6330d7a0500..9534c8620ee 100644 --- a/addons/crm/res_config_view.xml +++ b/addons/crm/res_config_view.xml @@ -7,6 +7,22 @@ sale.config.settings +
+ + + +