From cb06fb76878b7108aa48c4eb24fad3b480523221 Mon Sep 17 00:00:00 2001 From: "Valentin Vallaeys (vava)" Date: Fri, 10 Mar 2023 13:48:15 +0000 Subject: [PATCH] [ADD] developer: add _get_available_tokens Introduced with this commit: https://github.com/odoo/odoo/commit/e534ab41e7b3b71a8286eba849fd4d70f4b27334 closes odoo/documentation#3798 Signed-off-by: Antoine Vandevenne (anv) --- .../reference/standard_modules/payment/payment_token.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/content/developer/reference/standard_modules/payment/payment_token.rst b/content/developer/reference/standard_modules/payment/payment_token.rst index 52eee58ff..7d2544e19 100644 --- a/content/developer/reference/standard_modules/payment/payment_token.rst +++ b/content/developer/reference/standard_modules/payment/payment_token.rst @@ -6,6 +6,7 @@ Payment Token .. autoclass:: odoo.addons.payment.models.payment_token::PaymentToken() + .. automethod:: _get_available_tokens .. automethod:: _build_display_name .. automethod:: _get_specific_create_values .. automethod:: _handle_archiving