odoo/addons/mail/wizard
Thibault Delavallée cf214ed724 [FIX] mail: when generating pure email mass mailing
we have to process attachments as well as attachment_ids in the values generated
by the composer and the optional template.
As this behavior is the same as the one already implemented for message_post, this
feature has been moved into its dedicated method to be called by message_post
or before calling mail_mail.create().
This also allows to have attachments in pure email mass mailing that are attached
to mail.message, not to mail.compose.message model. When unlinking those emails,
the attachments will be also removed, and not lost in the database anymore.

bzr revid: tde@openerp.com-20131126110942-h8p0d9sbjtk0hwlu
2013-11-26 12:09:42 +01:00
..
__init__.py [ADD] mail: added Invite wizard, allowing to add partners to the followers. 2012-09-12 15:35:22 +02:00
invite.py [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9085 2013-04-29 17:14:10 +02:00
invite_view.xml [IMP] mail: invite with send email option false by default 2013-02-26 13:41:17 +01:00
mail_compose_message.py [FIX] mail: when generating pure email mass mailing 2013-11-26 12:09:42 +01:00
mail_compose_message_view.xml [IMP] mail: mail.compose.message: when working on an active_domain 2013-10-17 11:38:30 +02:00