odoo/addons/payment_paypal
Denis Ledoux 00ea919699 [FIX] payment_paypal: avoid json decode error
with post.pop('custom', '{}'), if the key 'custom' is not there, it will return '{}', but if the key is there, but the value is equivalent to False, the json decode will fail.
2014-09-03 15:19:26 +02:00
..
controllers [FIX] payment_paypal: avoid json decode error 2014-09-03 15:19:26 +02:00
data [IMP] payment: renamed message in pre_msg, msg displayed before 2014-01-24 14:46:52 +01:00
models [IMP] payment_paypal: better label for paypal_seller_account 2014-08-12 10:44:08 +02:00
static [RENAME] payment_acquirer_* -> payment_ * 2014-01-22 18:57:02 +01:00
tests [FIX] payment_paypal: wrong handling fees computation formula 2014-05-28 14:02:56 +02:00
views [FIX] Fix action url from res_config to configure action_payment_acquirer 2014-03-05 17:19:25 +01:00
__init__.py [RENAME] payment_acquirer_* -> payment_ * 2014-01-22 18:57:02 +01:00
__openerp__.py [IMP] payment_acquirer_paypal: paypal account integration in payment_paypal 2014-01-23 16:01:35 +01:00