summaryrefslogtreecommitdiff
path: root/addons/payment_payulatam/views/payment_payulatam_templates.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/payment_payulatam/views/payment_payulatam_templates.xml
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/payment_payulatam/views/payment_payulatam_templates.xml')
-rw-r--r--addons/payment_payulatam/views/payment_payulatam_templates.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/addons/payment_payulatam/views/payment_payulatam_templates.xml b/addons/payment_payulatam/views/payment_payulatam_templates.xml
new file mode 100644
index 00000000..793b1e0e
--- /dev/null
+++ b/addons/payment_payulatam/views/payment_payulatam_templates.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <template id="payulatam_form">
+ <div>
+ <input type="hidden" name="data_set" t-att-data-action-url="tx_url" data-remove-me=""/>
+ <input type="hidden" name="merchantId" t-att-value='merchantId'/>
+ <input type="hidden" name="accountId" t-att-value='accountId'/>
+ <input type="hidden" name="description" t-att-value='description'/>
+ <input type="hidden" name="referenceCode" t-att-value='referenceCode'/>
+ <input type="hidden" name="amount" t-att-value='amount'/>
+ <input type="hidden" name="currency" t-att-value='currency'/>
+ <input type="hidden" name="signature" t-att-value='signature'/>
+ <input type="hidden" name="tax" t-att-value='tax'/>
+ <input type="hidden" name="taxReturnBase" t-att-value="taxReturnBase"/>
+ <input type="hidden" name="buyerEmail" t-att-value='buyerEmail'/>
+ <input type="hidden" name="responseUrl" t-att-value='responseUrl'/>
+ <input type="hidden" name="extra1" t-att-value="extra1"/>
+ </div>
+ </template>
+</odoo>