odoo/addons/mass_mailing/models
Thibault Delavallée a581d864a2 [IMP] mass_mailing: improved test send / send to all
- now workign on various models, taking the correct recipient (email, partner_id for partner or lead)
- improved test send: use email_to, now a many2many on contact model to ease the use of templates
- added action to create a mailing list from leads
- moved a res.partner dedicated action to its own file
- added an actoin to create a mailing list from contacts
- fixed mail_mail post_process: use mail_sent variable as mail.state is not available

bzr revid: tde@openerp.com-20140318164117-f2aou25u633j8m57
2014-03-18 17:41:17 +01:00
..
__init__.py [ADD] mass_mailing: added forgotten init file 2014-03-17 17:54:18 +01:00
email_template.py [REF] mass_mailing: moved files in models/data/views directories. 2014-03-17 15:32:31 +01:00
mail_mail.py [IMP] mass_mailing: improved test send / send to all 2014-03-18 17:41:17 +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: improved test send / send to all 2014-03-18 17:41:17 +01:00
res_config.py [REF] mass_mailing: moved files in models/data/views directories. 2014-03-17 15:32:31 +01:00