From c6cbaee4aa63c2d28108be0058ffadae2d3aec4a Mon Sep 17 00:00:00 2001 From: Chris Parker Date: Fri, 3 Dec 2021 04:38:17 +0000 Subject: [PATCH] [FIX] api/odoo: reflect the correct location of menu actions closes odoo/documentation#1411 X-original-commit: beb92c9f18eea3c823af4d49d81b074e30d8cc34 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/misc/api/odoo.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/developer/misc/api/odoo.rst b/content/developer/misc/api/odoo.rst index 06418c5cc..17c5c7e74 100644 --- a/content/developer/misc/api/odoo.rst +++ b/content/developer/misc/api/odoo.rst @@ -99,9 +99,9 @@ parameters want to use: * Log in your instance with an administrator account - * Go to :menuselection:`Settings --> Users --> Users` + * Go to :menuselection:`Settings --> Users & Companies --> Users` * Click on the user you want to use for XML-RPC access - * Click the :guilabel:`Change Password` button + * Click on :guilabel:`Action` and select :guilabel:`Change Password` * Set a :guilabel:`New Password` value then click :guilabel:`Change Password`.