[IMP]thunderbird partner push mail

bzr revid: pna@tinyerp.com-20120907133706-dhjr12dox3u0g1n0
This commit is contained in:
Pinakin Nayi (OpenERP) 2012-09-07 19:07:06 +05:30
parent ee061a25f1
commit 6125b3bd91
1 changed files with 0 additions and 2 deletions

View File

@ -106,8 +106,6 @@ class plugin_handler(osv.osv_memory):
res_id = model_obj.message_new(cr, uid, msg)
notify = "Mail succesfully pushed, a new %s has been created " % model
else:
if model == 'res.partner':
model_obj = self.pool.get('mail.thread')
model_obj.message_post(cr, uid, [res_id], body=msg)
notify = "Mail succesfully pushed"