odoo/addons/email_template
Olivier Dony 545d7843e3 [FIX] marketing_campaign: make tests pass again, move partner resolution to mail_compose_message
email_template's job is to generate a mail.mail record, but it
does not care about linking it automatically to a partner
(and certainly not creating new partners) as this must be
usable for mass mailing and for marketing campaign,
and we don't want to pollute the partners database with
possibly thousands of partially fake emails

bzr revid: odo@openerp.com-20120824120102-jycs8x4vkxdmrvge
2012-08-24 14:01:02 +02:00
..
i18n [FIX] body_text --> body, not ure it's good enough 2012-08-17 14:06:06 +02:00
security [IMP] Security Rule: removed duplicates due to inheritancies of groups 2011-12-12 19:11:13 +01: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
wizard [FIX] email_template: fixed inherited view. 2012-08-24 12:38:45 +02:00
__init__.py [IMP] email_template: added opt_out flag on res.partner 2011-10-05 13:38:46 +02:00
__openerp__.py [FIX] email_template chatter icons 2012-07-26 04:14:34 +02:00
email_template.py [FIX] marketing_campaign: make tests pass again, move partner resolution to mail_compose_message 2012-08-24 14:01:02 +02:00
email_template_view.xml [FIX] body_text --> body, not ure it's good enough 2012-08-17 14:06:06 +02:00
html2text.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
res_partner.py [FIX] crm: rename fields optin, optout to opt_in, opt_out, to make them consistent with opt_out in res.partner (module email_template) 2012-05-08 09:43:38 +02:00
res_partner_demo.yml [IMP] email_template: added opt_out flag on res.partner 2011-10-05 13:38:46 +02:00
res_partner_view.xml [IMP]Remove type field from the views 2012-08-08 17:49:50 +05:30