odoo/addons/email_template
Olivier Dony 20e5751e62 [IMP] email_template: add `datetime` and `dateutil.relativedelta` in the global rendering context for templates
The `dateutil` package is not included directly in the globals because
`dateutil.relativedelta.relativedelta` is an old-style class and jinja2
does not appear to support instantiating old-style classes within an
expression, so `relativedelta` support is provided using a "lambda proxy".

bzr revid: odo@openerp.com-20130826124405-bixzwyhl65c7v75b
2013-08-26 14:44:05 +02:00
..
i18n Launchpad automatic translations update. 2013-07-15 05:14:00 +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 [REVERT] mail: undo model-level change that can cause issue for stable deployments 2013-04-17 10:14:10 +02:00
wizard [MERGE] forward port of branch 7.0 up to revid 9302 chs@openerp.com-20130718111616-apacuhc2qhquobtc 2013-07-18 13:59:28 +02: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: add `datetime` and `dateutil.relativedelta` in the global rendering context for templates 2013-08-26 14:44:05 +02:00
email_template_view.xml [IMP] email_template, template_preview: updated form views. 2013-03-27 15:20:26 +01:00
html2text.py [IMP] clean permissions and shebang in files 2013-05-14 12:31:13 +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