Skip to content
Snippets Groups Projects
Commit fd65b57b authored by Jusab Sida's avatar Jusab Sida Committed by Thibault Delavallée
Browse files

[IMP] sales_team: fix the help message

of the active field. Try not to tell the opposite of the actual
behavior.
parent 96f0c28b
Branches
Tags
No related merge requests found
......@@ -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'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment