diff --git a/addons/crm/res_config.py b/addons/crm/res_config.py index 54d523e4238..baae1c3df2e 100644 --- a/addons/crm/res_config.py +++ b/addons/crm/res_config.py @@ -48,8 +48,7 @@ class crm_configuration(osv.osv_memory): 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 processing of Customer claims, and to oral communication with Customer. - This installs the module crm_helpdesk."""), + help="""Allows you to process Customer issues , question , and communicate with them. This installs the module crm_helpdesk."""), } diff --git a/addons/crm_claim/__openerp__.py b/addons/crm_claim/__openerp__.py index d077fe44bab..dfc549412d4 100644 --- a/addons/crm_claim/__openerp__.py +++ b/addons/crm_claim/__openerp__.py @@ -26,10 +26,12 @@ 'category': 'Customer Relationship Management', 'description': """ -Manage Customer/Suppliers Claims. +Manage Customer Claims. ================================================================================ This application allows you to track your customers/suppliers claims and grievances. +It is fully integrated with the email gateway so that you can create +automatically new claims based on incoming emails. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com',