From 1f7c0a9b2e320fac18ac68e5cc8085d4533cd93a Mon Sep 17 00:00:00 2001 From: bve-odoo Date: Tue, 23 Jul 2024 11:20:43 +0200 Subject: [PATCH] [FIX] microsoft_outlook: redirect URL error if not matching _compute_outlook_uri is using get_base_url, providing the web.base.url of the database that is subject to changed as stated on the website documentation: if the user logging-in is using another URL to connect to the db, and has the Administration/Settings access right (res.groups: base.group_system) opw-4056377 closes odoo/documentation#10303 Signed-off-by: Baptiste Vergote (bve) --- .../general/email_communication/azure_oauth.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/applications/general/email_communication/azure_oauth.rst b/content/applications/general/email_communication/azure_oauth.rst index 9e8067943..7f5f75918 100644 --- a/content/applications/general/email_communication/azure_oauth.rst +++ b/content/applications/general/email_communication/azure_oauth.rst @@ -34,14 +34,14 @@ registration`. On the :guilabel:`Register an application` screen, rename the :gu and personal Microsoft accounts (e.g. Skype, Xbox)`. Under the :guilabel:`Redirect URL` section, select :guilabel:`Web` as the platform, and then input -`https:///microsoft_outlook/confirm` in the :guilabel:`URL` field. The Odoo base URL -is the canonical domain at which your Odoo instance can be reached in the URL field. +`https:///microsoft_outlook/confirm` in the :guilabel:`URL` field. The `web.base.url` +is subject to change depending on the URL used to log in to the database. -.. example:: - *mydatabase.odoo.com*, where *mydatabase* is the actual prefix of the database's subdomain, - assuming it's hosted on Odoo.com +.. note:: + The documentation about the :ref:`web.base.url ` explains how to freeze + a unique URL. It is also possible to add different redirect URLs on the Microsoft app. -After the URL has been added to the field, :guilabel:`Register` the application so it is created. +After the URL has been added to the field, :guilabel:`Register` the application, so it is created. API permissions ---------------