diff --git a/db_management/documentation.rst b/db_management/documentation.rst index 44bfa3204..30ce9332a 100644 --- a/db_management/documentation.rst +++ b/db_management/documentation.rst @@ -37,8 +37,7 @@ Deactivating Users 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 -access rights.** +showing you the active users on your database. Click on **Manage Users.** +----------------+----------------+ | |settings| | |browse_users| | @@ -55,11 +54,10 @@ You'll then see the list of your users. 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, go with your mouse cursor on the status -**Active** (top right). Click on Active and you will notice that the -status will change to **Inactive** immediately. +as you are on the userform, click on the Action drop down menu, and +then click on Archive. -.. image:: media/deactivate_user.gif +.. image:: media/deactivate_user.png :align: center diff --git a/db_management/media/browse_users.png b/db_management/media/browse_users.png index 02c195547..fdca2ebe9 100644 Binary files a/db_management/media/browse_users.png and b/db_management/media/browse_users.png differ diff --git a/db_management/media/deactivate_user.gif b/db_management/media/deactivate_user.gif deleted file mode 100644 index 0ba318c84..000000000 Binary files a/db_management/media/deactivate_user.gif and /dev/null differ diff --git a/db_management/media/deactivate_user.png b/db_management/media/deactivate_user.png new file mode 100755 index 000000000..b76719483 Binary files /dev/null and b/db_management/media/deactivate_user.png differ diff --git a/db_management/media/list_users.png b/db_management/media/list_users.png index d34994a5f..cbba51b64 100644 Binary files a/db_management/media/list_users.png and b/db_management/media/list_users.png differ diff --git a/db_management/media/settings_app.png b/db_management/media/settings_app.png index 4a8a3c6b6..f7c7dd121 100644 Binary files a/db_management/media/settings_app.png and b/db_management/media/settings_app.png differ