odoo/addons/email_template
Thibault Delavallée 08ab922468 [IMP] [REF] mass_mailing: first draft for the saas-4 refactoring.
Improved mass mailing form view, that is used as a central point to create new
mailings.
Added concept of contact list (based on partner, or leads (to add)), as well as
contact (a list of name / email to import). Mailings are done un contact list
to simplify the way it works.
Added a kanban view of templates, with a flag to filter only mass mailing templates
(to avoid havign to deal with acknoledgments).
Using campaigns is now an option (a group), mailings can be done without having to
deal with campaigns.
Mailings and campaigns now have a status, used to display their kanban view.

bzr revid: tde@openerp.com-20140314165113-g4gvvifrhr2nfu15
2014-03-14 17:51:13 +01:00
..
doc [DOC] mail, email_template: added changelog 2013-07-26 13:59:18 +02:00
i18n Launchpad automatic translations update. 2014-03-04 07:52:38 +00:00
security [IMP] email.template: review/adapt form to 7.0-style + continue refactoring polishing 2012-09-01 03:09:07 +02:00
static/src/img [IMP] mail, email_template: chatter: added forgotton images for links/buttons, cleaned a bit the CSS for the composer. 2012-07-18 15:32:34 +02:00
tests [MERGE] Sync with trunk, tries to solve conflicts. There are still some new images to convert into images in xml files. 2014-01-16 11:39:10 +01:00
wizard MERGE] [FIX] email_template: fix relative -> absolute url conversion 2014-03-04 12:29:57 +01:00
__init__.py [ADD] email_template: added support for 'email' server action. 2013-07-15 17:25:16 +02:00
__openerp__.py [IMP] [REF] mass_mailing: first draft for the saas-4 refactoring. 2014-03-14 17:51:13 +01:00
email_template.py [MERGE] forward port of branch saas-3 up to revid 9298 chm@openerp.com-20140311130852-3ft0v1mc9ht1any6 2014-03-11 15:52:05 +01:00
email_template_view.xml [FIX] email_template: attachments using many2many_binary widget are invisible unless label is present - pending widget fix as well 2014-02-10 15:36:13 +01:00
html2text.py [IMP] clean permissions and shebang in files 2013-05-14 12:31:13 +02:00
ir_actions.py [IMP] ir_actions in email_template: template_id domain not only on view, directly on field 2013-10-03 16:04:58 +02:00
ir_actions_view.xml [IMP] ir_actions in email_template: template_id domain not only on view, directly on field 2013-10-03 16:04:58 +02:00
res_partner.py [IMP] email_template, crm: added forgotten filters for opt-out; cleaned help of opt-out; email body is back into internal note as it has been decided that it was too much change for 7.0, especially that email content parsing is not robust enough. 2013-03-13 12:20:13 +01:00
res_partner_view.xml [CLEAN] Misc cleaning and code review before merging. 2013-03-19 10:18:44 +01:00