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.
18 lines
887 B
18 lines
887 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data noupdate="1">
|
|
<record id="payment_wepay_acquirer" model="payment.acquirer">
|
|
<field name="name">WePay</field>
|
|
<field name="image" type="base64" file="payment_wepay_gateway/static/description/icon.png"/>
|
|
<field name="provider">wepay</field>
|
|
<field name="company_id" ref="base.main_company"/>
|
|
<field name="view_template_id" ref="wepay_button"/>
|
|
<field name="environment">test</field>
|
|
<field name="pre_msg"><![CDATA[
|
|
<p>You will be redirected to the Wepay payment window after clicking on the payment button.</p>]]></field>
|
|
<field name="wepay_merchant_id">dummy</field>
|
|
<field name="wepay_account_id">dummy</field>
|
|
<field name="wepay_access_tocken">dummy</field>
|
|
</record>
|
|
</data>
|
|
</openerp>
|
|
|