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.
 
 
 
 
 

12 lines
580 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- This is used to add the Cybersource inline form-->
<record id="payment_provider_cybersource" model="payment.provider">
<field name="name">Cybersource Payment</field>
<field name="image_128" type="base64"
file="advanced_payment_cybersource/static/src/img/logo-cybersource.png"/>
<field name="code">cybersource</field>
<field name="module_id" ref="base.module_advanced_payment_cybersource"/>
<field name="inline_form_view_id" ref="inline_form"/>
</record>
</odoo>