diff --git a/content/applications/general.rst b/content/applications/general.rst index 08c594727..27f792e65 100644 --- a/content/applications/general.rst +++ b/content/applications/general.rst @@ -45,41 +45,6 @@ wrong, your day-to-day business is not impacted. us through our `support form `__. -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. - -.. image:: general/list_users.png - :align: center - -.. note:: The pre-selected filter *Internal Users* shows your paying - users (different from the *Portal Users* which are free). If you - remove this filter, you'll get all your users (the ones you pay for - and the portal ones) - -In your list of users, click on the user you want to deactivate. As soon -as you are on the userform, click on the Action drop down menu, and -then click on Archive. - -.. image:: general/deactivate_user.png - :align: center - - -The user is now deactivated. - -.. danger:: **Never** deactivate the main user (*admin*) - Uninstalling Apps ----------------- @@ -139,7 +104,6 @@ Good to know .. |settings| image:: general/settings_app.png .. |browse_apps| image:: general/browse_apps.png -.. |browse_users| image:: general/browse_users.png .. _developer-mode: diff --git a/content/applications/general/browse_users.png b/content/applications/general/browse_users.png deleted file mode 100644 index fdca2ebe9..000000000 Binary files a/content/applications/general/browse_users.png and /dev/null differ diff --git a/content/applications/general/deactivate_user.png b/content/applications/general/deactivate_user.png deleted file mode 100644 index b76719483..000000000 Binary files a/content/applications/general/deactivate_user.png and /dev/null differ diff --git a/content/applications/general/list_users.png b/content/applications/general/list_users.png deleted file mode 100644 index cbba51b64..000000000 Binary files a/content/applications/general/list_users.png and /dev/null differ diff --git a/content/applications/general/users.rst b/content/applications/general/users.rst index 877fae188..b3b098d42 100644 --- a/content/applications/general/users.rst +++ b/content/applications/general/users.rst @@ -62,6 +62,18 @@ The *Portal* and *Public* options do not allow you to choose access rights. Memb ones (such as record rules and restricted menus) and usually do not belong to the usual Odoo groups. +.. _users/deactivate: + +Deactivate Users +================ + +Go to :menuselection:`Settings --> Users & Companies --> Users`, open the user you want to deactivate, click on +*Action*, and then on *Archive*. + +.. danger:: + **Never** deactivate the main user (*admin*). + + .. _users/passwords-management: Passwords management