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.

39 lines
2.7 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo noupdate="1">
  3. <!-- FORM PROVIDER PAYPLUG -->
  4. <record id="payment_provider_payplug_datas" model="payment.provider">
  5. <field name="name">PayPlug Multi-Payments</field>
  6. <field name="image_128" type="base64" file="acquirer_payplug/static/src/img/icon/payplug/payment_payplug_icon.png"/>
  7. <field name="code">payplug</field>
  8. <field name="company_id" ref="base.main_company"/>
  9. <field name="display_as">Payment by credit card - PayPlug</field>
  10. <field name="redirect_form_view_id" ref="payment_payplug_button"/>
  11. <field name="module_id" ref="base.module_acquirer_payplug"/>
  12. <field name="payplug_display_as">Payment by credit card - PayPlug</field>
  13. <field name="oney_display_as">Payment by credit card - PayLater 3x or 4x</field>
  14. <field name="amex_display_as">Payment by credit card - American Express</field>
  15. <field name="bancontact_display_as">Payment by credit card - Bancontact</field>
  16. <field name="payment_icon_ids" eval='[(6, 0, [ref("acquirer_payplug.payment_icon_visa"),
  17. ref("acquirer_payplug.payment_icon_cb"),
  18. ref("acquirer_payplug.payment_icon_mc")])]'/>
  19. <field name="available_country_ids" eval="False"/>
  20. <field name="available_payplug_country_ids" eval='[(6, 0, [ref("base.fr")])]'/>
  21. <field name="available_oney_country_ids" eval='[(6, 0, [ref("base.fr")])]'/>
  22. <field name="available_amex_country_ids" eval='[(6, 0, [ref("base.fr")])]'/>
  23. <field name="available_bancontact_country_ids" eval='[(6, 0, [ref("base.fr")])]'/>
  24. <field name="pre_msg" type="html">
  25. <p>You will be redirected to the PayPlug website after clicking on the payment button.</p>
  26. </field>
  27. <field name="oney_information_message">The amount of your order must be between € 100.00 and € 3,000.00 to pay with Oney.</field>
  28. <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>
  29. </record>
  30. <!--
  31. <record id="payment_method_payplug" model="account.payment.method">
  32. <field name="name">PayPlug</field>
  33. <field name="code">payplug</field>
  34. <field name="payment_type">inbound</field>
  35. </record>
  36. -->
  37. </odoo>