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

<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<data>
<!-- Default records of Wallee payment provider -->
<record id="wallee_payment_gateway.payment_provider_wallee"
model="payment.provider">
<field name="name">Wallee</field>
<field name="code">wallee</field>
<field name="image_128" type="base64"
file="wallee_payment_gateway/static/description/icon.png"/>
<field name="company_id" ref="base.main_company"/>
<field name="redirect_form_view_id" ref="redirect_form"/>
</record>
</data>
</odoo>