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.
 
 
 
 
 

15 lines
608 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Creating paytabs payment method -->
<record id="payment_method_paytabs" model="payment.method">
<field name="name">Paytabs</field>
<field name="code">paytabs</field>
<field name="image"
type="base64"
file="payment_paytabs_odoo/static/src/img/paytabs_icon.png"/>
<field name="sequence">2</field>
<field name="support_tokenization">True</field>
<field name="support_express_checkout">False</field>
<field name="support_refund">partial</field>
</record>
</odoo>