X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fpayment%2Fmodels%2Fpayment_acquirer.py;fp=addons%2Fpayment%2Fmodels%2Fpayment_acquirer.py;h=002fa1344f3d9c8b9ba463c6f0a29cb08d223f8e;hb=fcd06145dda957a83e687fd033ff294c407da5f4;hp=bac7af403cf3949647ddc232a1fdcab41aef31b1;hpb=d9610efd979c974e540353716f8d0b9ecdb9d952;p=odoo%2Fodoo.git diff --git a/addons/payment/models/payment_acquirer.py b/addons/payment/models/payment_acquirer.py index bac7af4..002fa13 100644 --- a/addons/payment/models/payment_acquirer.py +++ b/addons/payment/models/payment_acquirer.py @@ -121,7 +121,7 @@ class PaymentAcquirer(osv.Model): - partner_values: will contain name, lang, email, zip, address, city, country_id (int or False), country (browse or False), phone, reference - - tx_values: will contain refernece, amount, currency_id (int or False), + - tx_values: will contain reference, amount, currency_id (int or False), currency (browse or False), partner (browse or False) """ acquirer = self.browse(cr, uid, id, context=context)