odoo/addons/payment/models
Denis Ledoux 3375ff2827 [FIX] payment: By assumption, first name is before last name
In the partner model, there is only one field `name`.
The first name and the last name are not within two
separated fields.

By assumption, the firstname is written before the last name
(first <> last)

This assumption should be kept when sending the
first name / last name of the partner to the payment acquirers
e.g. Paypal.

opw-643120
2015-07-02 17:21:02 +02:00
..
__init__.py [IMP] payment_acquirer_paypal: paypal account integration in payment_paypal 2014-01-23 16:01:35 +01:00
payment_acquirer.py [FIX] payment: By assumption, first name is before last name 2015-07-02 17:21:02 +02:00
res_config.py [FIX] payment: remove extra field. 2015-04-28 15:46:34 +02:00