odoo/addons/portal_sale
Denis Ledoux 7cab554590 [FIX] portal_sale,website_quote: templates compatible with wysiwyg
<% are automatically escaped as soon as the wysiwyg tool
is used to edit the template.
The wysiwyg tool is not compatible with Jinja, and
it isn't expected to be.

To avoid to have this problem everytime when
editing the portal email templates, we use
a Jinja syntax compatible with the wysiwyg,
as a workaround.

opw-654223
2015-11-09 15:38:17 +01:00
..
i18n [I18N] Update translation terms from Transifex 2015-11-08 03:01:35 +01:00
security [FIX] portal_sale: security rules matching the one of public user 2014-09-16 14:30:16 +02:00
__init__.py [IMP] portal_sale: move code around, to extend models in one place 2012-12-13 15:38:53 +01:00
__openerp__.py [REF] portal, portal_sale, payment: refactored old acquirer in portal 2014-01-22 20:00:22 +01:00
portal_sale.py [IMP] models: "X in self" is now equivalent to any(X == rec for rec in self) 2014-09-04 15:31:04 +02:00
portal_sale_data.xml [FIX] portal_sale,website_quote: templates compatible with wysiwyg 2015-11-09 15:38:17 +01:00
portal_sale_view.xml [FIX] portal_sale: fix default domains 2015-09-01 09:35:39 +02:00
res_config.py [IMP] portal,portal_sale: polish/cleanup acquirer settings 2012-11-13 17:44:35 +01:00
res_config_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00