[IMP] sales_team: fix the help message

of the active field. Try not to tell the opposite of the actual
behavior.
This commit is contained in:
Jusab Sida 2015-07-17 16:29:23 +05:30 committed by Thibault Delavallée
parent 96f0c28b3d
commit fd65b57b08
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class crm_case_section(osv.osv):
'complete_name': fields.function(get_full_name, type='char', size=256, readonly=True, store=True),
'code': fields.char('Code', size=8),
'active': fields.boolean('Active', help="If the active field is set to "\
"true, it will allow you to hide the sales team without removing it."),
"false, it will allow you to hide the sales team without removing it."),
'change_responsible': fields.boolean('Reassign Escalated', help="When escalating to this team override the salesman with the team leader."),
'user_id': fields.many2one('res.users', 'Team Leader'),
'member_ids': fields.many2many('res.users', 'sale_member_rel', 'section_id', 'member_id', 'Team Members'),