[IMP] payment: Remove _compute_view_configuration_fields docs

Following the removal of explicit view configuration fields and
the `_compute_view_configuration_fields` method in the payment
module, this commit updates the documentation accordingly. It
removes all references and instructions related to
`_compute_view_configuration_fields`, ensuring the documentation
reflects the current implementation that leverages XPath for
view customization.

task-3679393

See odoo/odoo#152517
See odoo/enterprise#56181
See odoo/upgrade#5667

closes odoo/documentation#7686

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
mathysPaul 2024-02-09 13:17:56 +01:00
parent b298744499
commit 06d25495e6

View File

@ -7,7 +7,6 @@ Payment Provider
.. autoclass:: odoo.addons.payment.models.payment_provider.PaymentProvider() .. autoclass:: odoo.addons.payment.models.payment_provider.PaymentProvider()
.. automethod:: _compute_feature_support_fields .. automethod:: _compute_feature_support_fields
.. automethod:: _compute_view_configuration_fields
.. automethod:: _get_compatible_providers .. automethod:: _get_compatible_providers
.. automethod:: _get_redirect_form_view .. automethod:: _get_redirect_form_view
.. automethod:: _get_validation_amount .. automethod:: _get_validation_amount