diff --git a/content/applications/finance/payment_providers.rst b/content/applications/finance/payment_providers.rst index a1a639221..96bc7d80a 100644 --- a/content/applications/finance/payment_providers.rst +++ b/content/applications/finance/payment_providers.rst @@ -69,91 +69,78 @@ Online payment providers - :ref:`Manual capture ` - :ref:`Refunds ` - :ref:`Express checkout ` - - :ref:`Extra fees ` * - :doc:`Adyen ` - Odoo - |V| - Full and partial - Full and partial - - - * - :doc:`Amazon Payment Services ` - The provider website - - - - - - * - :doc:`AsiaPay ` - The provider website - - - - - - * - :doc:`Authorize.Net ` - Odoo - |V| - Full only - Full only - - - * - :doc:`Buckaroo ` - The provider website - - - - - - * - :doc:`Flutterwave ` - The provider website - |V| - - - - - * - :doc:`Mercado Pago ` - The provider website - - - - - - * - :doc:`Mollie ` - The provider website - - - - - - * - :doc:`PayPal ` - The provider website - - - - - - |V| * - :doc:`Razorpay ` - The provider website - - Full only - Full and partial - - - * - :doc:`SIPS ` - The provider website - - - - - - * - :doc:`Stripe ` - Odoo - |V| - Full only - Full and partial - |V| - - .. |V| replace:: ✔ @@ -283,23 +270,6 @@ and by ticking the :guilabel:`Allow Express Checkout` checkbox. .. note:: All prices shown in the express checkout payment form are always taxes included. -.. _payment_providers/features/extra_fees: - -Extra Fees ----------- - -If supported by the payment provider, you can add **extra fees** to online transactions. Fees can be -configured either as **fixed** amounts and percentages, **variable** amounts and percentages, or -*both* simultaneously. These can be applied according to **domestic** or **international** -geolocation. - -To enable fees, from the *eCommerce* or *Accounting* app, head to :menuselection:`Configuration ---> Payment Providers` and select the desired supported provider. Click on the :guilabel:`Fees` tab -and check the :guilabel:`Add Extra Fees` box. Configure the settings to your needs. - -.. note:: - Fees are calculated on the tax-included price. - .. _payment_providers/configuration: Configuration diff --git a/content/applications/finance/payment_providers/paypal.rst b/content/applications/finance/payment_providers/paypal.rst index c1858d8f1..01f3328cf 100644 --- a/content/applications/finance/payment_providers/paypal.rst +++ b/content/applications/finance/payment_providers/paypal.rst @@ -92,9 +92,6 @@ Settings in Odoo .. seealso:: :ref:`payment_providers/add_new` -Credentials ------------ - Odoo needs your **API Credentials** to connect with your PayPal account. To do so, go to :menuselection:`Accounting --> Configuration --> Payment Providers` and :guilabel:`Activate` PayPal. Then, enter your PayPal account credentials in the :guilabel:`Credentials` tab: @@ -102,17 +99,6 @@ Then, enter your PayPal account credentials in the :guilabel:`Credentials` tab: - :guilabel:`Email`: the login email address in Paypal; - :guilabel:`PDT Identity Token`: the key used to verify the authenticity of transactions. -Extra fees ----------- - -You can charge :ref:`extra fees ` to customers choosing to -pay with PayPal in order to cover the transaction fees PayPal charges you. - -.. note:: - - You can refer to `Paypal Fees `_ to set up - fees. - - `Traders in the EU `_ are not allowed to charge extra fees for paying with credit cards. - .. _paypal/testing: Test environment diff --git a/content/developer/reference/standard_modules/payment/payment_provider.rst b/content/developer/reference/standard_modules/payment/payment_provider.rst index 091d3fb73..4fbb27da9 100644 --- a/content/developer/reference/standard_modules/payment/payment_provider.rst +++ b/content/developer/reference/standard_modules/payment/payment_provider.rst @@ -7,7 +7,6 @@ Payment Provider .. autoclass:: odoo.addons.payment.models.payment_provider.PaymentProvider() .. automethod:: _compute_feature_support_fields - .. automethod:: _compute_fees .. automethod:: _compute_view_configuration_fields .. automethod:: _get_compatible_providers .. automethod:: _get_redirect_form_view