[FIX] crm: Change the help message for the active field in the case

bzr revid: stephane@openerp.com-20100511165354-jlab2xsh2t58p8yc
This commit is contained in:
Stephane Wirtel 2010-05-11 18:53:54 +02:00
parent 5365ed0efc
commit 9f92862f80
1 changed files with 1 additions and 2 deletions

View File

@ -315,8 +315,7 @@ class crm_case(osv.osv):
_columns = {
'id': fields.integer('ID', readonly=True),
'name': fields.char('Description', size=1024, required=True),
'active': fields.boolean('Active', help="If the active field is set to\
true, it will allow you to hide the case without removing it."),
'active': fields.boolean('Active', help="If the active field is set to false, it will allow you to hide the case without removing it."),
'description': fields.text('Description'),
'section_id': fields.many2one('crm.case.section', 'Sales Team', \
select=True, help='Sales team to which Case belongs to.\