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
804 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<!--Kanban View of payment provider-->
<record id="payment_acquirer_paytabs" model="payment.provider">
<field name="code">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="company_id" ref="base.main_company"/>
<field name="payment_method_ids"
eval="[Command.set([ ref('payment_paytabs_odoo.payment_method_paytabs')])]"/>
<field name="module_id" ref="base.module_payment_paytabs_odoo"/>
</record>
</data>
</odoo>