[IMP] crm: rename string 'Mail Alias' to 'Alias' in crm.case.section
authorAjay Chauhan (OpenERP) <cha@tinyerp.com>
Wed, 20 Mar 2013 09:09:45 +0000 (14:39 +0530)
committerAjay Chauhan (OpenERP) <cha@tinyerp.com>
Wed, 20 Mar 2013 09:09:45 +0000 (14:39 +0530)
bzr revid: cha@tinyerp.com-20130320090945-1ppztomawxb819z3

addons/crm/crm.py

index 75b9c7e..df6d5e1 100644 (file)
@@ -125,7 +125,7 @@ class crm_case_section(osv.osv):
         'note': fields.text('Description'),
         'working_hours': fields.float('Working Hours', digits=(16,2 )),
         'stage_ids': fields.many2many('crm.case.stage', 'section_stage_rel', 'section_id', 'stage_id', 'Stages'),
-        'alias_id': fields.many2one('mail.alias', 'Mail Alias', ondelete="cascade", required=True,
+        'alias_id': fields.many2one('mail.alias', 'Alias', ondelete="cascade", required=True,
                                     help="The email address associated with this team. New emails received will automatically "
                                          "create new leads assigned to the team."),
     }