[REM] payment_providers: remove mentions of extra fees

task-3358581

closes odoo/documentation#5517

Related: odoo/odoo#132104
Related: odoo/upgrade#5053
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Antoine Vandevenne (anv) 2023-08-16 16:13:11 +00:00
parent ea53f06197
commit a5d10930d6
3 changed files with 0 additions and 45 deletions

View File

@ -69,91 +69,78 @@ Online payment providers
- :ref:`Manual capture <payment_providers/features/manual_capture>`
- :ref:`Refunds <payment_providers/features/refund>`
- :ref:`Express checkout <payment_providers/features/express_checkout>`
- :ref:`Extra fees <payment_providers/features/extra_fees>`
* - :doc:`Adyen <payment_providers/adyen>`
- Odoo
- |V|
- Full and partial
- Full and partial
-
-
* - :doc:`Amazon Payment Services <payment_providers/amazon_payment_services>`
- The provider website
-
-
-
-
-
* - :doc:`AsiaPay <payment_providers/asiapay>`
- The provider website
-
-
-
-
-
* - :doc:`Authorize.Net <payment_providers/authorize>`
- Odoo
- |V|
- Full only
- Full only
-
-
* - :doc:`Buckaroo <payment_providers/buckaroo>`
- The provider website
-
-
-
-
-
* - :doc:`Flutterwave <payment_providers/flutterwave>`
- The provider website
- |V|
-
-
-
-
* - :doc:`Mercado Pago <payment_providers/mercado_pago>`
- The provider website
-
-
-
-
-
* - :doc:`Mollie <payment_providers/mollie>`
- The provider website
-
-
-
-
-
* - :doc:`PayPal <payment_providers/paypal>`
- The provider website
-
-
-
-
- |V|
* - :doc:`Razorpay <payment_providers/razorpay>`
- The provider website
-
- Full only
- Full and partial
-
-
* - :doc:`SIPS <payment_providers/sips>`
- The provider website
-
-
-
-
-
* - :doc:`Stripe <payment_providers/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

View File

@ -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 <payment_providers/features/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 <https://www.paypal.com/webapps/mpp/paypal-fees>`_ to set up
fees.
- `Traders in the EU <https://europa.eu/youreurope/citizens/consumers/shopping/pricing-payments/index_en.htm>`_ are not allowed to charge extra fees for paying with credit cards.
.. _paypal/testing:
Test environment

View File

@ -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