[IMP]improve help in setting/configuration/sales

bzr revid: dka@tinyerp.com-20130830104524-pbxm2p32n1widzqd
This commit is contained in:
Darshan Kalola (OpenERP) 2013-08-30 16:15:24 +05:30
parent 80da7ddd60
commit b3e6145e04
1 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,8 @@ class crm_configuration(osv.TransientModel):
help='Allows you to track your customers/suppliers claims and grievances.\n'
'-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."""),
help='Allows you to communicate with Customer, process Customer query, and provide better help and support.\n'
'-This installs the module crm_helpdesk.'),
'group_multi_salesteams': fields.boolean("Organize Sales activities into multiple Sales Teams",
implied_group='base.group_multi_salesteams',
help="""Allows you to use Sales Teams to manage your leads and opportunities."""),