2018-01-16 06:58:15 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-01-16 11:34:37 +01:00
|
|
|
<flectra>
|
2018-01-16 06:58:15 +01:00
|
|
|
<data noupdate="1">
|
|
|
|
|
|
|
|
<record id="payment.payment_acquirer_buckaroo" model="payment.acquirer">
|
|
|
|
<field name="name">Buckaroo</field>
|
|
|
|
<field name="image" type="base64" file="payment_buckaroo/static/src/img/buckaroo_icon.png"/>
|
|
|
|
<field name="provider">buckaroo</field>
|
|
|
|
<field name="company_id" ref="base.main_company"/>
|
|
|
|
<field name="view_template_id" ref="buckaroo_form"/>
|
|
|
|
<field name="environment">test</field>
|
|
|
|
<field name="pre_msg"><![CDATA[
|
|
|
|
<p>You will be redirected to the Buckaroo website after clicking on the payment button.</p>]]></field>
|
|
|
|
<field name="brq_websitekey">dummy</field>
|
|
|
|
<field name="brq_secretkey">dummy</field>
|
|
|
|
</record>
|
|
|
|
|
|
|
|
</data>
|
2018-01-16 11:34:37 +01:00
|
|
|
</flectra>
|