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.
 
 
 
 
 

13 lines
653 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- New Payment acquirer is added in payment.acquirer model-->
<record id="payment_acquirer_fatoorah" model="payment.acquirer">
<field name="name">MyFatoorah</field>
<field name="image_128" type="base64" file="myfatoorah_payment_gateway/static/description/icon.png"/>
<field name="provider">myfatoorah</field>
<field name="state">test</field>
<field name="company_id" ref="base.main_company"/>
<field name="view_template_id" ref="myfatoorah_form"/>
<field name="module_id" ref="base.module_myfatoorah_payment_gateway"/>
</record>
</odoo>