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.
 
 
 
 
 

21 lines
961 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<!-- Create a record for safer pay while installing the module.-->
<record id="payment_acquirer_data" model="payment.acquirer">
<field name="name">SaferPay</field>
<field name="provider">saferpay</field>
<field name="support_authorization">False</field>
<field name="support_fees_computation">True</field>
<field name="support_tokenization">false</field>
<field name="image_128" type="base64"
file="safer_pay/static/description/icon.png"/>
</record>
<!-- Set the payment type of safer pay-->
<record id="payment_method_saferpay" model="account.payment.method">
<field name="name">Saferpay</field>
<field name="code">saferpay</field>
<field name="payment_type">inbound</field>
</record>
</data>
</odoo>