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.
 
 
 
 

40 lines
2.7 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<!-- FORM PROVIDER PAYPLUG -->
<record id="payment_provider_payplug_datas" model="payment.provider">
<field name="name">PayPlug Multi-Payments</field>
<field name="image_128" type="base64" file="acquirer_payplug/static/src/img/icon/payplug/payment_payplug_icon.png"/>
<field name="code">payplug</field>
<field name="company_id" ref="base.main_company"/>
<field name="display_as">Payment by credit card - PayPlug</field>
<field name="redirect_form_view_id" ref="payment_payplug_button"/>
<field name="module_id" ref="base.module_acquirer_payplug"/>
<field name="payplug_display_as">Payment by credit card - PayPlug</field>
<field name="oney_display_as">Payment by credit card - PayLater 3x or 4x</field>
<field name="amex_display_as">Payment by credit card - American Express</field>
<field name="bancontact_display_as">Payment by credit card - Bancontact</field>
<field name="payment_icon_ids" eval='[(6, 0, [ref("acquirer_payplug.payment_icon_visa"),
ref("acquirer_payplug.payment_icon_cb"),
ref("acquirer_payplug.payment_icon_mc")])]'/>
<field name="available_country_ids" eval="False"/>
<field name="available_payplug_country_ids" eval='[(6, 0, [ref("base.fr")])]'/>
<field name="available_oney_country_ids" eval='[(6, 0, [ref("base.fr")])]'/>
<field name="available_amex_country_ids" eval='[(6, 0, [ref("base.fr")])]'/>
<field name="available_bancontact_country_ids" eval='[(6, 0, [ref("base.fr")])]'/>
<field name="pre_msg" type="html">
<p>You will be redirected to the PayPlug website after clicking on the payment button.</p>
</field>
<field name="oney_information_message">The amount of your order must be between € 100.00 and € 3,000.00 to pay with Oney.</field>
<field name="oney_footer_message">y placing an order, you consent to our GTC. Financing supply with compulsory down payment, reserved for individuals and valid for any procurement from € 100.00 to € 3,000.00. Subject to acceptance by Oney Bank. You have a 14-day time to renounce your credit. Oney Bank - SA with capital of € 51,286,585 - 34 Avenue de Flandre 59170 Croix - 546 380 197 RCS Lille Métropole - No. Orias 07 023 261 www.orias.fr Correspondence: CS 60 006 - 59895 Lille Cedex - www.oney.fr</field>
</record>
<!--
<record id="payment_method_payplug" model="account.payment.method">
<field name="name">PayPlug</field>
<field name="code">payplug</field>
<field name="payment_type">inbound</field>
</record>
-->
</odoo>