odoo/addons/payment_acquirer
Thibault Delavallée a64c16aac5 [FIX] payment.acquirer: now passing xml_id instead of id for the template to render.
Indeed render accepts view ID, but the qweb engine does not handle
IDs, only xml_ids. Using the view xml_id field allows to avoid
having a hack in the server.

bzr revid: tde@openerp.com-20131121133309-qq2alstapq5sonkm
2013-11-21 14:33:09 +01:00
..
doc [ADD] payment_acquirer: added basic files for doc 2013-11-08 10:58:48 +01:00
models [FIX] payment.acquirer: now passing xml_id instead of id for the template to render. 2013-11-21 14:33:09 +01:00
security [ADD] payment_acquirer: added security rules. To check later if correct. 2013-11-08 11:01:35 +01:00
static/description [CLEAN] payment_acquirer_* modules 2013-11-08 11:59:21 +01:00
tests [CLEAN] payment_acquirer: mise cleaning 2013-11-19 17:44:28 +01:00
views [REM] payment_acquirer: removed name field, only using reference 2013-11-21 13:07:22 +01:00
__init__.py [CLEAN] payment_acquirer: module cleaning 2013-11-08 10:56:54 +01:00
__openerp__.py [IMP] payment_acquirer, paypal, ogone: improved back-end form viewsé 2013-11-18 17:11:02 +01:00