odoo/addons/payment
Thibault Delavallée 3a679c2b7f [IMP] payment_acquirer_paypal: paypal account integration in payment_paypal
- added a call to _migrate_paypal_account in the payment_paypal data that
does the migration from company.paypal_account (char field) to a payment.acquirer
and company.paypal_account becoming a function field, with a getter / setter.
This function field is company aware.
- added an update of the res_config view of invoicing to link to the list
of acquirers
- added possibilty to install acquirers from invoicing (paypal / ogone / adyen
are installable through config)

bzr revid: tde@openerp.com-20140123150135-07b4pkbjade6vimq
2014-01-23 16:01:35 +01:00
..
doc [RENAME] payment_acquirer_* -> payment_ * 2014-01-22 18:57:02 +01:00
models [IMP] payment_acquirer_paypal: paypal account integration in payment_paypal 2014-01-23 16:01:35 +01:00
security [RENAME] payment_acquirer_* -> payment_ * 2014-01-22 18:57:02 +01:00
static/description [RENAME] payment_acquirer_* -> payment_ * 2014-01-22 18:57:02 +01:00
tests [RENAME] payment_acquirer_* -> payment_ * 2014-01-22 18:57:02 +01:00
views [IMP] payment_acquirer_paypal: paypal account integration in payment_paypal 2014-01-23 16:01:35 +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