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.
37 lines
1.4 KiB
37 lines
1.4 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo noupdate="0">
|
|
<!--Kanban View of payment provider-->
|
|
<record id="payment_acquirer_paytabs" model="payment.acquirer">
|
|
<field name="provider">paytabs</field>
|
|
<field name="name">Paytabs</field>
|
|
<field name="redirect_form_view_id" ref="redirect_form"/>
|
|
<field name="image_128" type="base64"
|
|
file="payment_paytabs_odoo/static/src/img/paytabs_icon.png"/>
|
|
<field name="description" type="html">
|
|
<p>
|
|
PayTabs offers straightforward payment systems which makes the
|
|
transaction process simple and convenient for your clients.
|
|
</p>
|
|
<ul class="list-inline">
|
|
<li class="list-inline-item"><i class="fa fa-check"/>Online
|
|
Payment
|
|
</li>
|
|
<li class="list-inline-item"><i class="fa fa-check"/>Payment
|
|
Status Tracking
|
|
</li>
|
|
</ul>
|
|
</field>
|
|
<field name="support_authorization">False</field>
|
|
<field name="support_fees_computation">False</field>
|
|
<field name="support_refund"/>
|
|
<field name="support_tokenization">False</field>
|
|
</record>
|
|
|
|
|
|
<record id="payment_method_paytabs" model="account.payment.method">
|
|
<field name="name">Paytabs</field>
|
|
<field name="code">paytabs</field>
|
|
<field name="payment_type">inbound</field>
|
|
</record>
|
|
|
|
</odoo>
|
|
|