[FIX] mail_gateway: Renamed a field having same name used twice.

lp bug: https://launchpad.net/bugs/771186 fixed

bzr revid: uco@tinyerp.com-20110427052303-kj0z2hx7b6l989lz
This commit is contained in:
Ujjvala Collins (OpenERP) 2011-04-27 10:53:03 +05:30
parent 0c72a7e647
commit f4fcbe6500
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class mailgate_message(osv.osv):
'date': fields.datetime('Date', readonly=True),
'history': fields.boolean('Is History?', readonly=True),
'user_id': fields.many2one('res.users', 'User Responsible', readonly=True),
'message': fields.text('Description', readonly=True),
'message': fields.text('Message', readonly=True),
'email_from': fields.char('From', size=128, help="Email From", readonly=True),
'email_to': fields.char('To', help="Email Recipients", size=256, readonly=True),
'email_cc': fields.char('Cc', help="Carbon Copy Email Recipients", size=256, readonly=True),