X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fpayment_acquirer%2Fviews%2Fpayment_acquirer.xml;h=1741c56f8d6135addd560ec01d872a52e5e16b04;hb=77f6d91236f8c324aa3d0d01c52b035a361ebc53;hp=7377f4aedb3f892a61fa794509fb55fea40fe976;hpb=b7e8b40fb23b3369554ff07c3d8d617d16f16c03;p=odoo%2Fodoo.git diff --git a/addons/payment_acquirer/views/payment_acquirer.xml b/addons/payment_acquirer/views/payment_acquirer.xml index 7377f4a..1741c56 100644 --- a/addons/payment_acquirer/views/payment_acquirer.xml +++ b/addons/payment_acquirer/views/payment_acquirer.xml @@ -38,10 +38,10 @@
- This is an HTML form template to submit a payment through this acquirer. - The template will be rendered with qWeb, so it may use qWeb expressions. - The qWeb evaluation context provides: + This template renders the acquirer button with all necessary values. + It is be rendered with qWeb with the following evaluation context:
    +
  • tx_url: transaction URL to post the form
  • acquirer: payment.acquirer browse record
  • user: current user browse record
  • reference: the transaction reference number
  • @@ -49,7 +49,7 @@
  • amount: the transaction amount, a float
  • partner: the buyer partner browse record, not necessarily set
  • partner_values: specific values about the buyer, for example coming from a shipping form
  • -
  • tx_values: specific transaction values
  • +
  • tx_values: transaction values
  • context: the current context dictionary
@@ -112,6 +112,7 @@ +