[ADD] general: How to add an user

This commit is contained in:
Yannick Tivisse 2016-11-22 11:02:03 +01:00
parent 8fd1baf578
commit 4a6fd8ba6c
5 changed files with 50 additions and 1 deletions

View File

@ -5,4 +5,5 @@ BASICS
.. toctree::
:titlesonly:
odoo_basics/choose_language
odoo_basics/choose_language
odoo_basics/add_user

View 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 youre 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB