odoo/addons/mass_mailing/models
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: added base for mass mailing analysis. Currently void analysis. 2014-03-28 11:26:01 +01:00
email_template.py [IMP] mass_mailing: use_in_mass_mailing in email_template help 2014-03-27 11:41:41 +01:00
mail_mail.py [IMP] mass_mailing: trackign url: add database name in parameters 2014-03-28 14:20:52 +01:00
mail_thread.py [REF] mass_mailing: moved files in models/data/views directories. 2014-03-17 15:32:31 +01:00
mass_mailing.py [IMP] mass_mailing: new refactoring of the way the body is managed 2014-04-07 19:03:46 +02:00
mass_mailing_report.py [ADD] mass_mailing: added base for mass mailing analysis. Currently void analysis. 2014-03-28 11:26:01 +01:00
res_config.py [REF] mass_mailing: moved files in models/data/views directories. 2014-03-17 15:32:31 +01:00