[FIX] mail: various fixes
authorThibault Delavallée <tde@openerp.com>
Thu, 6 Jun 2013 10:24:37 +0000 (12:24 +0200)
committerThibault Delavallée <tde@openerp.com>
Thu, 6 Jun 2013 10:24:37 +0000 (12:24 +0200)
commit9c57f6e1cdaf8a80a403486b51cd9e661c11e3dc
tree8d590216aa371067d8e8135fc5c5bf9d202be70b
parent9fd2e7297ffb0fe9cb96767bcb8ad686a66d064b
[FIX] mail: various fixes
Mass mailing: emails due to mass mailing are not queued instead of sent immediately.
As most of cases go through mail_followers._notify(), a new argument is added that
allows to control the force_send (like what is done in email_template).
Chatter: better display of recipients when having a message_post due to mass mailing
(not always displaying logged a note).
Notified people: when having no subtype, just avoid notifying the followers but
take into account specified recipients (partner_ids).

bzr revid: tde@openerp.com-20130606102437-43s4xp96b5wa3r1q
addons/mail/mail_followers.py
addons/mail/mail_mail.py
addons/mail/mail_message.py
addons/mail/static/src/xml/mail.xml
addons/mail/wizard/mail_compose_message.py