From 06d25495e6ccbf7a66152ae8b7d3deb654d13185 Mon Sep 17 00:00:00 2001 From: mathysPaul Date: Fri, 9 Feb 2024 13:17:56 +0100 Subject: [PATCH] [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) --- .../reference/standard_modules/payment/payment_provider.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/content/developer/reference/standard_modules/payment/payment_provider.rst b/content/developer/reference/standard_modules/payment/payment_provider.rst index 4fbb27da9..c6aca9263 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_view_configuration_fields .. automethod:: _get_compatible_providers .. automethod:: _get_redirect_form_view .. automethod:: _get_validation_amount