Skip to content

Commit 6ad2c1a

Browse files
committed
[FIX] in_app_purchase: fix outdated doc of low credit notification email
Since odoo/odoo#175562, the interface to set the low credit notification email has changed slightly. Before, you had to tick a "Warn Me" box to enable the notifications, and then set a warning threshold and some recipient email. Now, the threshold is shown directly and you then need to set a list of users as the recipients of the notification email. closes #12574 Signed-off-by: Xavier Platteau (xpl) <[email protected]>
1 parent 454eeac commit 6ad2c1a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

content/applications/essentials/in_app_purchase.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,6 @@ Services`.
176176
The available |IAP| accounts appear in a list view on the :guilabel:`IAP Account` page. From here,
177177
click on the desired |IAP| account to view that service's :guilabel:`Account Information` page.
178178

179-
On the :guilabel:`Account Information` page, tick the :guilabel:`Warn Me` checkbox. Doing so reveals
180-
two fields on the form: :guilabel:`Threshold` and :guilabel:`Warning Email`.
181-
182-
In the :guilabel:`Threshold` field, enter an amount of credits Odoo should use as the
183-
minimum threshold for this service. In the :guilabel:`Warning Email` field, enter the email address
184-
that receives the notification.
185-
186-
Odoo sends a low-credit alert to the :guilabel:`Warning Email` when the balance of credits falls
187-
below the amount listed as the :guilabel:`Threshold`.
179+
Set the :guilabel:`Email Alert Threshold` to the credit amount that should trigger a low-credit
180+
alert when the balance falls below it. Next, select which user(s) should receive the email
181+
notification using the :guilabel:`Email Alert Recipients` field.

0 commit comments

Comments
 (0)