From 5688f34c2e3213be14efef321710d9b0b3baa79b Mon Sep 17 00:00:00 2001 From: tiku-odoo Date: Wed, 17 Apr 2024 20:49:53 +0000 Subject: [PATCH] [IMP] sales: subscription follow-up alerts add block closes odoo/documentation#8895 X-original-commit: 3cb351b6b92335117756a6b4ddb056f1037c5ea6 Signed-off-by: Samuel Lieber (sali) Signed-off-by: Timothy Kukulka (tiku) --- .../applications/sales/subscriptions/automatic_alerts.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/applications/sales/subscriptions/automatic_alerts.rst b/content/applications/sales/subscriptions/automatic_alerts.rst index 1cfaf9afb..1d8e5082b 100644 --- a/content/applications/sales/subscriptions/automatic_alerts.rst +++ b/content/applications/sales/subscriptions/automatic_alerts.rst @@ -128,6 +128,12 @@ In the :guilabel:`Trigger On` field, decide whether the automated rule should be When the :guilabel:`Trigger Now` button is clicked, Odoo will trigger the action on *all* linked subscriptions, regardless of possible timed conditions. +.. note:: + Sending a SMS text message in Odoo requires In-App Purchase (IAP) credit or tokens. For more + information on :abbr:`IAP (In-App Purchase)`, visit :doc:`../../essentials/in_app_purchase`. + For more information on sending SMS messages, visit + :doc:`../../marketing/sms_marketing/essentials/sms_essentials`. + If :guilabel:`Timed Condition` is selected in the :guilabel:`Trigger On` field, the following fields appear: @@ -160,3 +166,4 @@ If :guilabel:`Create next activity` is selected in the :guilabel:`Action To Do` - :doc:`../subscriptions` - :doc:`plans` - :doc:`products` + - :doc:`../../essentials/in_app_purchase`