From 13fe8cb8cc4934158553be8b4855aca7de95131f Mon Sep 17 00:00:00 2001 From: Louis Baudoux Date: Tue, 26 Sep 2023 18:01:29 +0200 Subject: [PATCH] [IMP] iap: document account deactivation A new way to disable IAP accounts has been introduced recently. This feature is mostly used in neutralization scripts to prevent customers from accidentaly consuming their credits on their staging/testing databases. Documenting it will help users re-enable their accounts if they still wish to use it in a testing environment. closes odoo/documentation#6139 X-original-commit: fa604a95b0b5d31aa9c3c961fcc29af35495f36c Signed-off-by: Louis Baudoux (lba) --- content/applications/general/in_app_purchase.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/applications/general/in_app_purchase.rst b/content/applications/general/in_app_purchase.rst index 1d33be546..45ba37b85 100644 --- a/content/applications/general/in_app_purchase.rst +++ b/content/applications/general/in_app_purchase.rst @@ -24,14 +24,18 @@ Services`. IAP accounts ============ -Credits to use IAP services are stored on IAP accounts, which are specific to each service and -database. By default, IAP accounts are common to all companies, but can be restricted to specific +Credits to use IAP services are stored on IAP accounts, which are specific to each service. +By default, IAP accounts are common to all companies, but can be restricted to specific ones. Activate the :ref:`developer mode `, then go to :menuselection:`Technical Settings --> IAP Account`. .. image:: in_app_purchase/image2.png :align: center +.. tip:: + An IAP account can be disabled by appending `+disabled` to its token. + Reverting this change will re-enable the account. + IAP Portal ==========