From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/payment/data/account_data.xml | 8 + addons/payment/data/payment_acquirer_data.xml | 324 ++++++++++++++++++++++++++ addons/payment/data/payment_cron.xml | 13 ++ addons/payment/data/payment_icon_data.xml | 87 +++++++ 4 files changed, 432 insertions(+) create mode 100644 addons/payment/data/account_data.xml create mode 100644 addons/payment/data/payment_acquirer_data.xml create mode 100644 addons/payment/data/payment_cron.xml create mode 100644 addons/payment/data/payment_icon_data.xml (limited to 'addons/payment/data') diff --git a/addons/payment/data/account_data.xml b/addons/payment/data/account_data.xml new file mode 100644 index 00000000..2c9ad492 --- /dev/null +++ b/addons/payment/data/account_data.xml @@ -0,0 +1,8 @@ + + + + Electronic + electronic + inbound + + diff --git a/addons/payment/data/payment_acquirer_data.xml b/addons/payment/data/payment_acquirer_data.xml new file mode 100644 index 00000000..63447edc --- /dev/null +++ b/addons/payment/data/payment_acquirer_data.xml @@ -0,0 +1,324 @@ + + + + + + + Odoo Payments by Adyen + Credit Card (powered by Odoo Payments) + + + + 1 + +

+ A payment gateway to accept online payments via credit cards, debit cards and bank transfers. +

+
    +
  • Online Payment
  • +
  • Subscriptions
  • +
  • Save Cards
  • +
  • Payment Status Tracking
  • +
+
+ + +
+ + + Buckaroo + Credit Card (powered by Buckaroo) + + + + +

+ A payment gateway to accept online payments via credit cards. +

+
    +
  • Online Payment
  • +
  • Payment Status Tracking
  • +
+
+ + +
+ + + Ingenico + Credit Card (powered by Ingenico) + 2 + + + + +

+ Ingenico Payment Services (formerly Ogone) supports a wide range of payment methods: credit cards, debit cards, bank transfers, Bancontact, iDeal, Giropay. +

+
    +
  • Online Payment
  • +
  • Payment Status Tracking
  • +
  • Subscriptions
  • +
  • Save Cards
  • +
  • Embedded Credit Card Form
  • +
+
+ + +
+ + + Adyen + Credit Card (powered by Adyen) + + + + +

+ A payment gateway to accept online payments via credit cards, debit cards and bank transfers. +

+
    +
  • Online Payment
  • +
  • Payment Status Tracking
  • +
+
+ + +
+ + + Authorize.net + Credit Card (powered by Authorize) + 3 + + + + +

+ A payment gateway to accept online payments via credit cards and e-checks. +

+
    +
  • Online Payment
  • +
  • Payment Status Tracking
  • +
  • Subscriptions
  • +
  • Save Cards
  • +
  • Manual Capture
  • +
  • Embedded Credit Card Form
  • +
+
+ + +
+ + + Wire Transfer + 2 + + + + <i>Pending</i>... The order will be validated after the payment. + +

+ Provide instructions to customers so that they can pay their orders manually. +

+
+
+ + + Sips + Credit Card (powered by Sips) + + + + +

+ A payment gateway from Atos Worldline to accept online payments via credit cards. +

+
    +
  • Online Payment
  • +
  • Payment Status Tracking
  • +
+
+ + +
+ + + PayPal + 1 + + + + +

+ PayPal is the easiest way to accept payments via Paypal or credit cards. +

+
    +
  • Online Payment
  • +
  • Payment Status Tracking
  • +
+
+ + +
+ + + Stripe + Credit Card (powered by Stripe) + + + + +

+ A payment gateway to accept online payments via credit cards. +

+
    +
  • Online Payment
  • +
  • Payment Status Tracking
  • +
  • Subscriptions
  • +
  • Save Cards
  • +
+
+ + +
+ + + PayUmoney + Credit Card (powered by PayUmoney) + + + + +

+ PayU India is an online payments solutions company serving the Indian market. +

+
    +
  • Online Payment
  • +
  • Payment Status Tracking
  • +
+
+ + +
+ + + PayU Latam + Credit Card (powered by PayU Latam) + + + + +

+ PayU is a leading financial services provider in Colombia, Argentina, Brazil, Chile, Mexico, Panama, and Peru. It allows merchant to accept local payments with just one account and integration. +

+
    +
  • Online Payment
  • +
  • Payment Status Tracking
  • +
+
+ + +
+ + + Alipay + Credit Card (powered by Alipay) + + + + +

+ Alipay is the most popular online payment platform in China. Chinese consumers can buy online using their Alipay eWallet. +

+
    +
  • Online Payment
  • +
  • Payment Status Tracking
  • +
+
+ + +
+ + + SEPA Direct Debit + + + + +

+ SEPA Direct Debit is a Europe-wide Direct Debit system that allows merchants to collect Euro-denominated payments from accounts in the 34 SEPA countries and associated territories. +

+
+
+ +
diff --git a/addons/payment/data/payment_cron.xml b/addons/payment/data/payment_cron.xml new file mode 100644 index 00000000..40158ca8 --- /dev/null +++ b/addons/payment/data/payment_cron.xml @@ -0,0 +1,13 @@ + + + + Post process payment transactions + + code + model._cron_post_process_after_done() + + 10 + minutes + -1 + + diff --git a/addons/payment/data/payment_icon_data.xml b/addons/payment/data/payment_icon_data.xml new file mode 100644 index 00000000..19df0c52 --- /dev/null +++ b/addons/payment/data/payment_icon_data.xml @@ -0,0 +1,87 @@ + + + + VISA + + + + + American Express + + + + + Cirrus + + + + + Diners Club International + + + + + Discover + + + + + JCB + + + + + Maestro + + + + + MasterCard + + + + + UnionPay + + + + + Bancontact + + + + + EPS + + + + + Giropay + + + + + P24 + + + + + Codensa Easy Credit + + + + + Western Union + + + + + iDEAL + + + + + WebMoney + + + -- cgit v1.2.3