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="0">
|
|
|
|
|
|
|
|
<record id="payment.payment_acquirer_sips" model="payment.acquirer">
|
|
|
|
<field name="name">Sips</field>
|
|
|
|
<field name="image" type="base64" file="payment_sips/static/src/img/sips_icon.png"/>
|
|
|
|
<field name="provider">sips</field>
|
|
|
|
<field name="company_id" ref="base.main_company"/>
|
|
|
|
<field name="view_template_id" ref="payment_sips.sips_form"/>
|
|
|
|
<field name="environment">test</field>
|
|
|
|
<field name="pre_msg"><![CDATA[
|
|
|
|
<p>You will be redirected to the Sips website after clicking on payment button.</p>]]></field>
|
|
|
|
<field name="sips_merchant_id">****</field>
|
|
|
|
<field name="sips_secret">****</field>
|
|
|
|
</record>
|
|
|
|
|
|
|
|
</data>
|
2018-01-16 11:34:37 +01:00
|
|
|
</flectra>
|