You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
800 B
17 lines
800 B
<odoo>
|
|
<data noupdate="1">
|
|
<record id="payment_acquirer_atom" model="payment.acquirer">
|
|
<field name="name">Paytm</field>
|
|
<field name="provider">paytm</field>
|
|
<field name="company_id" ref="base.main_company"/>
|
|
<field name="image" type="base64" file="paytm_payment_gateway/static/description/icon.png"/>
|
|
<field name="view_template_id" ref="paytm_form"/>
|
|
<field name="environment">test</field>
|
|
<field name="pre_msg"><![CDATA[
|
|
<p>You will be redirected to the Paytm website after clicking on the payment button.</p>]]>
|
|
</field>
|
|
<field name="paytm_merchant_id">demo</field>
|
|
<field name="paytm_merchant_key">demo</field>
|
|
</record>
|
|
</data>
|
|
</odoo>
|