odoo/addons/payment_paypal
Goffin Simon dbf44a9680 [FIX] payment_paypal: country and state code required for paypal
As explained in:

-https://developer.paypal.com/docs/classic/api/country_codes/
-https://developer.paypal.com/docs/classic/api/state_codes/

The country and state code is required to create a paypal transaction.

But in some cases, the complete name of the state/province is required.
For example, for India, sometimes the complete name of the state is required.
Check the list of those state/province in the documentation.

Hint: form_preprocess_values

opw:682872
2016-07-26 15:59:55 +02:00
..
controllers [FIX] payment_paypal: env field has been renamed with environment in 8.0 2014-11-03 14:07:38 +01:00
data [FIX] payment_*: typo, cliking -> clicking 2014-11-12 10:31:29 +01:00
i18n [I18N] Update translation terms from Transifex 2016-07-24 02:59:48 +02:00
models [FIX] payment_paypal: country and state code required for paypal 2016-07-26 15:59:55 +02:00
static
tests [FIX] remove deprecated checks/fast_suite test attributes from standard modules 2015-01-15 14:31:40 +01:00
views Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
__init__.py
__openerp__.py [IMP] payment_acquirer_paypal: paypal account integration in payment_paypal 2014-01-23 16:01:35 +01:00