odoo/addons/email_template
Thibault Delavallée f8481a83d0 [IMP] email_template: cleaned a bit duplicated code.
bzr revid: tde@openerp.com-20130305151503-t99tu53x35d3ea29
2013-03-05 16:15:03 +01:00
..
i18n Launchpad automatic translations update. 2013-03-05 05:07:44 +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 [IMP] email_template: cleaned a bit duplicated code. 2013-03-05 16:15:03 +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 [IMP] email_template: renamed email_recipients field to partner_to, in order to have a name that means something. 2013-02-25 11:19:18 +01:00
email_template_view.xml [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
html2text.py [FIX] a few problems introduced with the last merge 2012-10-02 13:12:31 +02:00
res_partner.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +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 [IMP]Remove type field from the views 2012-08-08 17:49:50 +05:30