odoo/addons/mass_mailing
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
..
controllers [FIX] mass_mailing: make the tracking controller effectively return an image -_- 2014-03-28 14:20:07 +01:00
data [IMP] mass_mailing: campaigns: some refactoring ! 2014-04-04 17:34:32 +02:00
doc [ADD] mass_mailing: added directories + skeletons for doc and tests 2013-09-06 12:33:25 +02:00
models [IMP] mass_mailing: new refactoring of the way the body is managed 2014-04-07 19:03:46 +02:00
security [IMP] mass_mailing: added views + config menu in marketign + menu to 2014-04-04 17:43:26 +02:00
static [IMP] mass_mailing: campaigns: some refactoring ! 2014-04-04 17:34:32 +02:00
tests [ADD] mass_mailing: added directories + skeletons for doc and tests 2013-09-06 12:33:25 +02:00
views [IMP] mass_mailing: new refactoring of the way the body is managed 2014-04-07 19:03:46 +02:00
wizard [IMP] mass_mailing: new refactoring of the way the body is managed 2014-04-07 19:03:46 +02:00
__init__.py [REF] mass_mailing: moved files in models/data/views directories. 2014-03-17 15:32:31 +01:00
__openerp__.py [IMP] mass_mailing: still working / refactorign the form view of mailing 2014-04-04 17:03:50 +02:00