[IMP] iap: move from first-person to second-person writing

For some reason, the first-person was used throughout the IAP
documentation, and quite inconsistently.
As the rest of the documentation is using second-person writing, IAP
should be no exception.

closes odoo/documentation#6298

X-original-commit: 8d0ae3b5df
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
This commit is contained in:
Louis Baudoux 2023-11-03 12:49:15 +01:00
parent 282f041ed1
commit df474342ba

View File

@ -3,22 +3,22 @@ In-App Purchase (IAP)
===================== =====================
In-App Purchases (IAP) gives access to additional services through Odoo. For instance, it allows you In-App Purchases (IAP) gives access to additional services through Odoo. For instance, it allows you
to send SMS Text Messages or to send Invoices by post directly from my database. to send SMS Text Messages or to send Invoices by post directly from your database.
.. _iap/buying_credits: .. _iap/buying_credits:
Buying Credits Buying Credits
============== ==============
Each IAP Service relies on prepaid credits to work and has its own pricing. To consult my current Each IAP Service relies on prepaid credits to work and has its own pricing. To consult your current
balance or to recharge my account, go to :menuselection:`Settings --> Odoo IAP --> View my balance or to recharge your account, go to :menuselection:`Settings --> Odoo IAP --> View my
Services`. Services`.
.. image:: in_app_purchase/image1.png .. image:: in_app_purchase/image1.png
:align: center :align: center
.. tip:: .. tip::
If I am on Odoo Online and have the Enterprise version, I benefit from free credits to test our If you are on Odoo Online and have the Enterprise version, you benefit from free credits to test our
IAP features. IAP features.
IAP accounts IAP accounts
@ -39,9 +39,9 @@ Settings --> IAP Account`.
IAP Portal IAP Portal
========== ==========
The IAP Portal is a platform regrouping my IAP Services. It is accessible from The IAP Portal is a platform regrouping your IAP Services. It is accessible from
:menuselection:`Settings app --> Odoo IAP --> View my Services`. From there, I can view my current :menuselection:`Settings app --> Odoo IAP --> View my Services`. From there, you can view your current
balance, recharge my credits, review my consumption and set a reminder to when credits are low. balance, recharge your credits and set a reminder when your balance falls below a threshold.
.. image:: in_app_purchase/image3.png .. image:: in_app_purchase/image3.png
:align: center :align: center
@ -49,21 +49,11 @@ balance, recharge my credits, review my consumption and set a reminder to when c
Get notified when credits are low Get notified when credits are low
================================= =================================
To be notified when its time to recharge my credits, Ill go to my IAP Portal through To be notified when its time to recharge your credits, you can go to your IAP Portal through
:menuselection:`Settings app --> Odoo IAP --> View my Services`, unfold a service and mark the :menuselection:`Settings app --> Odoo IAP --> View my Services`, unfold a service and check the
Receive threshold warning option. Then, Ill provide a minimum amount of credits and email Receive threshold warning option. Then, you can provide a minimum amount of credits and email
addresses. Now, every time that the limit is reached, an automatic reminder will be sent to by addresses. Now, every time that the limit is reached, an automatic reminder will be sent by
email! email!
.. image:: in_app_purchase/image4.png .. image:: in_app_purchase/image4.png
:align: center :align: center
IAP services available
======================
Different services are available depending on the hosting type of your Database:
- *Odoo Online*: only the IAP services provided by Odoo can be used (i.e. the SMS, Snailmail,
Reveal and Partner Autocomplete features);
- *Odoo.sh and Odoo Enterprise (on-premise)*: both the services provided by Odoo and by third-party
apps can be used.