[ADD] developer: add _get_available_tokens

Introduced with this commit:
e534ab41e7

closes odoo/documentation#3798

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

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