odoo/addons/mass_mailing/wizard
Thibault Delavallée 271e805cb8 [IMP] mass_mailing: new refactoring of the way the body is managed
- now body_html is a right field on mass_mailing, editable using the website
- email_designer controller / template now works on everything that has a body
receiving its model and res_id as post parameters; it does not work only on
email tempaltes anymore
- cleaning of the mass mailing form view: reply_to managment option (either
replied go into the document, either there is a specified reply_to; it is implemented
using boolean fields instead of a selection because all options are not available
for all models ... models like contact or partner do not have a chatter or
shoudl be be used for a chatter-like use)
- send to all now instantiates a mail.compose.message; the mass mailign processing
is delegated to the wizard itself.

bzr revid: tde@openerp.com-20140407170346-hpklabi513xskd07
2014-04-07 19:03:46 +02:00
..
__init__.py [ADD] mass_mailing: new wizard to better handle list creatoin 2014-04-03 17:23:29 +02:00
create_template.py [IMP] mass_mailing: usability improvements 2014-03-27 14:08:27 +01:00
create_template_view.xml [IMP] mass_mailing: create template: hide mass_mailing_id field 2014-03-27 15:12:59 +01:00
mail_compose_message.py [IMP] mass_mailing: new refactoring of the way the body is managed 2014-04-07 19:03:46 +02:00
mail_compose_message_view.xml [FIX] mail.compose.message: display mass mailing data only in mass mailing mode 2014-03-24 15:00:51 +01:00
mailing_list_confirm.py [ADD] mass_mailing: new wizard to better handle list creatoin 2014-04-03 17:23:29 +02:00
mailing_list_confirm.xml [ADD] mass_mailing: new wizard to better handle list creatoin 2014-04-03 17:23:29 +02:00
test_mailing.py [ADD] mass_mailing: added files cited in the previous commit ^^ 2014-04-03 15:16:44 +02:00
test_mailing.xml [ADD] mass_mailing: new wizard to better handle list creatoin 2014-04-03 17:23:29 +02:00