[FIX] thunderbird: mail should be achived again for other objects

bzr revid: hmo@tinyerp.com-20101001083019-0s5xjur1400yj6yu
This commit is contained in:
Harry (OpenERP) 2010-10-01 14:00:19 +05:30
parent 179b2393dd
commit d22523c15d
1 changed files with 0 additions and 3 deletions

View File

@ -159,9 +159,6 @@ class thunderbird_partner(osv.osv_memory):
msg_ids = []
res = {}
res_ids = []
if message_id:
msg_ids = msg_pool.search(cr, uid, [('message_id','=',message_id)])
if msg_ids and len(msg_ids): return 0
for ref_id in ref_ids:
msg_new = dictcreate.get('message')
ref = ref_id.split(',')