odoo/addons/payment_acquirer_paypal
Thibault Delavallée e0d1233f48 [FIX] [IMP] paypal
- fixed controller: when using urlopen and read, the response is already a text (bug coming
from the removal of requests lib)
- cleaned and fixed paypal data validation, now working
- remove paypal_username field, not used; added paypal_seller_id that is the unique ID of the
seller, to check that paypal data is correct
- various code cleaning

bzr revid: tde@openerp.com-20131204160738-q9paazleyg5v5hjo
2013-12-04 17:07:38 +01:00
..
controllers [FIX] [IMP] paypal 2013-12-04 17:07:38 +01:00
data [FIX] [IMP] paypal 2013-12-04 17:07:38 +01:00
doc [CLEAN] payment_acquirer_* modules 2013-11-08 11:59:21 +01:00
models [FIX] [IMP] paypal 2013-12-04 17:07:38 +01:00
static [IMP] acquirers: added support of context-based submit button customize + transaction url. Also removed all fields holding transaction URLS; calling a method should be sufficient. Also standardized acquirer buttons. 2013-12-04 14:05:05 +01:00
tests [CLEAN] payment_acquirer and acquirer implementation: cleaned code, removing duplicate code for managing transaction and partner values. Also removed dependency towards requests library. Updated acquirers data, not in no update. 2013-12-03 15:25:01 +01:00
views [FIX] [IMP] paypal 2013-12-04 17:07:38 +01:00
__init__.py [REF] payment: moved paypal and ogone stuff into their dedicated modules. 2013-11-07 19:04:44 +01:00
__openerp__.py [IMP] payment_acquirer, paypal, ogone: improved back-end form viewsé 2013-11-18 17:11:02 +01:00