[ADD] general: How to add an user
This commit is contained in:
parent
8fd1baf578
commit
4a6fd8ba6c
@ -5,4 +5,5 @@ BASICS
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
odoo_basics/choose_language
|
||||
odoo_basics/choose_language
|
||||
odoo_basics/add_user
|
48
general/odoo_basics/add_user.rst
Normal file
48
general/odoo_basics/add_user.rst
Normal file
@ -0,0 +1,48 @@
|
||||
==================
|
||||
How to add an user
|
||||
==================
|
||||
|
||||
Odoo provides you with the option to add additional users at any given
|
||||
point.
|
||||
|
||||
Add individual users
|
||||
====================
|
||||
|
||||
From the Settings module, go to the submenu :menuselection:`Users --> Users` and click on
|
||||
**CREATE.** First add the name of your new user and the professional
|
||||
email address - the one he will use to log into Odoo instance - and a
|
||||
picture.
|
||||
|
||||
.. image:: media/add_user01.png
|
||||
:align: center
|
||||
|
||||
Under Access Rights, you can choose which applications your user can
|
||||
access and use. Different levels of rights are available depending on
|
||||
the app.
|
||||
|
||||
When you’re done editing the page and have clicked on **SAVE**, an
|
||||
invitation email will automatically be sent to the user. The user must
|
||||
click on it to accept the invitation to your instance and create a
|
||||
log-in.
|
||||
|
||||
.. image:: media/add_user02.png
|
||||
:align: center
|
||||
|
||||
.. note::
|
||||
Remember that each additional user will increase your subscription fees.
|
||||
Refer to our `*Pricing page* <https://www.odoo.com/pricing>`__ for more information.
|
||||
|
||||
.. image:: media/add_user03.png
|
||||
:align: center
|
||||
|
||||
.. tip::
|
||||
You can also add a new user on the fly from your dashboard. From the above screenshot,
|
||||
enter the email address of the user you would like to add and click on **INVITE**.
|
||||
The user will receive an email invite containing a link to set his password. You
|
||||
will then be able to define his accesses rights under the :menuselection:`Settings --> Users menu`.
|
||||
|
||||
.. seealso::
|
||||
* `Deactivating Users <../../db_management/documentation.html#deactivating-users>`_
|
||||
* :doc:`../../crm/salesteam/setup/create_team`
|
||||
|
||||
.. todo:: Add link to How to add companies
|
BIN
general/odoo_basics/media/add_user01.png
Normal file
BIN
general/odoo_basics/media/add_user01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
general/odoo_basics/media/add_user02.png
Normal file
BIN
general/odoo_basics/media/add_user02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
general/odoo_basics/media/add_user03.png
Normal file
BIN
general/odoo_basics/media/add_user03.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue
Block a user