[FIX]: mail_gateway: Minor fix

bzr revid: rpa@tinyerp.com-20100625093424-9vbvmb7mvg5oufe4
This commit is contained in:
rpa (Open ERP) 2010-06-25 15:04:24 +05:30
parent baddab3b5f
commit d5196a8fe8
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ class mailgate_thread(osv.osv):
'''
_name = 'mailgate.thread'
_description = 'Mailgateway Thread'
_rec_name = 'thread'
_columns = {
'message_ids': fields.one2many('mailgate.message', 'res_id', 'Messages', domain=[('history', '=', True)]),