[IMP] improve help if crm

bzr revid: shp@tinyerp.com-20120927085326-ri5y4zlycf65h2wo
This commit is contained in:
pankita shah (Open ERP) 2012-09-27 14:23:26 +05:30
parent e2563ef79c
commit 20d81ad4e2
2 changed files with 4 additions and 3 deletions

View File

@ -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."""),
}

View File

@ -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',