Commit Graph

7 Commits

Author SHA1 Message Date
Denis Ledoux 53582c2ea6 [FIX] security: res.groups should be readable by admins only 2014-08-26 13:31:41 +02:00
vta vta@openerp.com 5f5f3d9942 [FIX] Online payment ribbon display conditions.
bzr revid: vta@openerp.com-20121130094501-lz430j8fgin9cacj
2012-11-30 10:45:01 +01:00
Olivier Dony f3bc4f4f41 [FIX] portal: typo makes prevents acquirer defaults from working
bzr revid: odo@openerp.com-20121121101210-1gtejd9u5blpb1o3
2012-11-21 11:12:10 +01:00
Olivier Dony 5e4c4fe06e [IMP] portal,portal_sale: polish/cleanup acquirer settings
bzr revid: odo@openerp.com-20121113164435-ids77maq6h13crob
2012-11-13 17:44:35 +01:00
Olivier Dony 75629866d2 [IMP] payment.acquirer: code simplification/cleanup
bzr revid: odo@openerp.com-20121026130304-p1tp8pkruj60dbv2
2012-10-26 15:03:04 +02:00
Olivier Dony 9cfe9b6112 [IMP] portal,portal_sale: fine-tuning of payment block appearance, added amount, converted paypal example to <form>
bzr revid: odo@openerp.com-20121025113502-fye11iuur4x0ewm2
2012-10-25 13:35:02 +02:00
Olivier Dony 20c81b5e2f [ADD] portal: added portal.payment.acquirer model
portal.payment.acquirer stores payment processor
options (formally called payment acquirers). Each
acquirer is just a name and an HTML form template,
used to render an HTML snippet that can be included
in views where a payment option should be displayed.
The aquirer model has a generic method for rendering
a complete block of HTML to be included in form views
directly (with matching CSS): render_payment_block().

This method takes a few parameters to figure out
the name/reference, amount, currency, etc. to pay.

bzr revid: odo@openerp.com-20121024131554-j01ucniecjmoz3jq
2012-10-24 15:15:54 +02:00