flectra/addons/payment_payumoney/views/payment_payumoney_templates.xml
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

20 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="payumoney_form">
<input type="hidden" name="data_set" t-att-data-action-url="tx_url" data-remove-me=""/>
<input type="hidden" name="key" t-att-value='key' />
<input type="hidden" name="txnid" t-att-value='txnid' />
<input type="hidden" name="amount" t-att-value='amount' />
<input type="hidden" name="productinfo" t-att-value='productinfo' />
<input type="hidden" name="firstname" t-att-value='firstname' />
<input type="hidden" name="email" t-att-value='email' />
<input type="hidden" name="phone" t-att-value='phone'/>
<input type="hidden" name="service_provider" t-att-value='service_provider' />
<input type="hidden" name="hash" t-att-value='hash' />
<input type="hidden" name="surl" t-att-value='surl' />
<input type="hidden" name="furl" t-att-value='furl' />
<input type="hidden" name="curl" t-att-value='curl' />
<input type="hidden" name="udf1" t-att-value='udf1'/>
</template>
</odoo>