[IMP] mail, email_template: mass mailing feature cleaning
authorThibault Delavallée <tde@openerp.com>
Thu, 20 Feb 2014 15:29:45 +0000 (16:29 +0100)
committerThibault Delavallée <tde@openerp.com>
Thu, 20 Feb 2014 15:29:45 +0000 (16:29 +0100)
commit1ac8e7cdfddbf8ac6b7c4b843582392705f10a73
treeb00eef94b9e7f0e012a0500135e3aad377cdf4e0
parentd24b67ed3ec568e3eb5b4296519e28a2721314b2
[IMP] mail, email_template: mass mailing feature cleaning
- now differentiates mass mailing and mass post.
- mass mailing is a true mass mailing
- using same_thread log a copy in the document, without using message_post
(using notification field, + model and res_id)
- improved form view of composer, adding a filed explaining a bit the various
recipients
- removed unnecessary fields coming from the template (partner_to, ...) because
they are confusing -> composer should be easier to understand and use
- removed some unnecessary code
- removed double body computation when using templates (one for tmeplate, then
the wizard -> not necessary)

This commit will be followed by other to try to improve the mass mailing
and mass post.

bzr revid: tde@openerp.com-20140220152945-ash0hfkzevzamihq
addons/email_template/email_template.py
addons/email_template/wizard/mail_compose_message.py
addons/email_template/wizard/mail_compose_message_view.xml
addons/mail/mail_mail_view.xml
addons/mail/static/src/js/mail.js
addons/mail/wizard/mail_compose_message.py
addons/mail/wizard/mail_compose_message_view.xml