[ADD] developer: add _get_available_tokens

Introduced with this commit:
e534ab41e7

closes odoo/documentation#3859

X-original-commit: cb06fb7687
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com>
This commit is contained in:
Valentin Vallaeys (vava) 2023-03-10 13:48:15 +00:00
parent 5114d766e4
commit 04c732f89e

View File

@ -6,6 +6,7 @@ Payment Token
.. autoclass:: odoo.addons.payment.models.payment_token::PaymentToken() .. autoclass:: odoo.addons.payment.models.payment_token::PaymentToken()
.. automethod:: _get_available_tokens
.. automethod:: _build_display_name .. automethod:: _build_display_name
.. automethod:: _get_specific_create_values .. automethod:: _get_specific_create_values
.. automethod:: _handle_archiving .. automethod:: _handle_archiving