[IMP] crm.case.section: change use_leads tootip
authorChristophe Matthieu <chm@openerp.com>
Mon, 6 May 2013 13:52:43 +0000 (15:52 +0200)
committerChristophe Matthieu <chm@openerp.com>
Mon, 6 May 2013 13:52:43 +0000 (15:52 +0200)
bzr revid: chm@openerp.com-20130506135243-qbdgveg2y6pzfd3z

addons/crm/crm.py

index 93831e5..153ccb3 100644 (file)
@@ -188,7 +188,7 @@ class crm_case_section(osv.osv):
                                          "create new leads assigned to the team."),
         'color': fields.integer('Color Index'),
         'use_leads': fields.boolean('Leads',
-            help="This enables the management of leads in the sales team. Otherwise the sales team manages only opportunities."),
+            help="The first contact you get with a potential customer is a lead you qualify before converting it into a real business opportunity. Check this box to manage leads in this sales team."),
 
         'target_duration': fields.selection([("monthly", "Monthly"), ("quarterly", "Quarterly"), ("semesterly", "Semesterly"), ("annually", "Annually")],
             string='Report Duration View', required=True),