[FIX] conditions inverted in involves not forgotten a

bzr revid: acl@openerp.com-20140124125444-rhigcae80phfixh8
This commit is contained in:
Anael Closson 2014-01-24 13:54:44 +01:00
parent 83677ed6e6
commit 4a32b57779
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class plugin_handler(osv.osv_memory):
notify = _("Mail successfully pushed, a new %s has been created.") % model
else:
email_from = msg.get('email_from')
if email_from:
if not email_from:
author_id = False
else:
authors = mail_thread_obj.message_find_partner_from_emails(cr, uid, [res_id], [email_from])