odoo/addons/email_template
Thibault Delavallée 0d14fd300a [MERGE] [IMP] email_template: template_id field is now a many2one towards email.template
- changed selection field to a many2one using a domain; this
allows to edit the template while being in a composition wizard.
- improved email template and template preview form view

bzr revid: tde@openerp.com-20130329114631-fd6phvjaxojk9ja5
2013-03-29 12:46:31 +01:00
..
i18n Launchpad automatic translations update. 2013-03-18 04:46:40 +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 [IMP] mail: improved mass mailing. Correctly take into account email_to, email_cc, partner_to even if no template. Mass mailing is a no-subtype post with additional recipients manually notified. Added option (in technical features) to send to followers, or to directly create a mail_mail. Added some default values in mail_message. Added explicit management of email_from and reply_to. Having a reply_to bypasses the 'model-res_id' in message_id behavior allowing to construct threads. Added explicit recipient_ids field on mail_mail that replaces the recipient_ids parameter in mail_mail.send(). Updated tests accordingly. 2013-02-25 17:48:57 +01:00
wizard [MERGE] [IMP] email_template: template_id field is now a many2one towards email.template 2013-03-29 12:46:31 +01:00
__init__.py [IMP] email_template: added opt_out flag on res.partner 2011-10-05 13:38:46 +02:00
__openerp__.py [IMP] Portal, now auto_install (also all of its dependencies) 2012-12-12 12:22:37 +01:00
email_template.py [MERGE] merged trunk. 2013-03-22 14:49:58 +01:00
email_template_view.xml [IMP] email_template, template_preview: updated form views. 2013-03-27 15:20:26 +01:00
html2text.py [FIX] a few problems introduced with the last merge 2012-10-02 13:12:31 +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_demo.yml [IMP] email_template: added opt_out flag on res.partner 2011-10-05 13:38:46 +02:00
res_partner_view.xml [CLEAN] Misc cleaning and code review before merging. 2013-03-19 10:18:44 +01:00