From e35e70c8c56f9ee60bfc54458a1b4b6da77bdeb1 Mon Sep 17 00:00:00 2001 From: Chris Parker Date: Thu, 2 Dec 2021 20:38:17 -0800 Subject: [PATCH] [FIX] api/odoo: reflect the correct location of menu actions --- 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 25fe7a6b6e..6eeb9d18a9 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`.