Merge branch '13.0-mailing_doc-BVE' of github.com:odoo/documentation into 13.0-mailing_doc-BVE

This commit is contained in:
BVE 2021-08-06 15:36:57 +02:00
commit d88f85c634
3 changed files with 24 additions and 5 deletions

View File

@ -85,6 +85,22 @@ On some occasions, new improvements or app features are added to :doc:`supported
Go to :menuselection:`Apps`, click on the *dropdown menu* of the app you want to upgrade, then on Go to :menuselection:`Apps`, click on the *dropdown menu* of the app you want to upgrade, then on
*Upgrade*. *Upgrade*.
Deactivating Users
------------------
.. note:: Make sure you have sufficient **administrative rights** if
you want to change the status of any of your users.
In your Odoo instance, click on **Settings**. You will have a section
showing you the active users on your database. Click on **Manage Users.**
+----------------+----------------+
| |settings| | |browse_users| |
+----------------+----------------+
You'll then see the list of your users.
======= =======
Deactivating Users Deactivating Users

View File

@ -22,6 +22,8 @@ If you click on it, you will see why the message was not sent.
Common error messages Common error messages
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
.. _daily_limit_mail:
You reached your daily limit: You reached your daily limit:
***************************** *****************************

View File

@ -11,7 +11,7 @@ improving their overall experience with the company.
Enable it and understand a few concepts Enable it and understand a few concepts
======================================= =======================================
The :doc:`Developer mode </applications/general/developer_mode>` must be activated. Then, go to The :ref:`developer mode <developer-mode>` must be activated. Then, go to
:menuselection:`Settings --> Technical --> Templates`. A view of the existing templates is shown. :menuselection:`Settings --> Technical --> Templates`. A view of the existing templates is shown.
.. warning:: .. warning::
@ -42,7 +42,7 @@ A common use is to use it to indicate the name of the recipient in the newslette
Placeholders and more specifically fields that are available for a template will depend on the template you modify, one way to see the fields that are available is to check the Dynamic Placeholder Generator tab. Placeholders and more specifically fields that are available for a template will depend on the template you modify, one way to see the fields that are available is to check the Dynamic Placeholder Generator tab.
:: _dynamic_placeholder_generator: .. _dynamic_placeholder_generator:
Under the tab *Dynamic Placeholder Generator*, look for the *Field* you would like to use. Under the tab *Dynamic Placeholder Generator*, look for the *Field* you would like to use.
@ -124,6 +124,7 @@ Here is the result once the function is adapted in the template.
:align: center :align: center
:alt: Adapted rendering of the format_date :alt: Adapted rendering of the format_date
.. _usable_functions:
Functions used by default within email templates Functions used by default within email templates
************************************************ ************************************************