odoo/addons/email_template/wizard
Hans Henrik Gabelgaard 638989b84e
[FIX] mail: keep recipients after saving a template
When sending an email via the mail.compose wizard, the selected partners are
stored in the context (`active_ids`).
If the composed message is saved (button "save template"), the context is lost
in the _reopen action.
The active_ids content of the new context is the id of the newly created mail
template and is used as the id of a res.partner (sending the email to a
different contact).

Keep the context during the reopen to avoid losing active_ids.

Closes #11947
2016-12-15 13:08:43 +01:00
..
__init__.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
email_template_preview.py [IMP] email_template: previw improvements : 2014-03-27 15:12:41 +01:00
email_template_preview_view.xml [ADD] views documentation 2014-08-28 15:02:33 +02:00
mail_compose_message.py [FIX] mail: keep recipients after saving a template 2016-12-15 13:08:43 +01:00
mail_compose_message_view.xml [FIX] email_template: default model for save as new template feature 2014-12-09 15:19:56 +01:00