Skip to content

[FW][FIX] general: fix cloud storage note indentation #13043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions content/applications/general/integrations/cloud_storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,11 @@ App registration
#. Click :guilabel:`Add a certificate or secret` next to :guilabel:`Client credentials`, click
:guilabel:`New client secret`, then :guilabel:`Add`.

.. important::
For security reasons, leave the :guilabel:`Expires` field on `180 days (6 months)` or choose a
shorter expiration interval. Before the secret expires, adding a new client secret and updating
:ref:`Odoo’s configuration <cloud-storage/microsoft/odoo>` with the new value is necessary.
.. important::
For security reasons, leave the :guilabel:`Expires` field on `180 days (6 months)` or choose a
shorter expiration interval. Before the secret expires, adding a new client secret and
updating :ref:`Odoo’s configuration <cloud-storage/microsoft/odoo>` with the new value is
necessary.

#. Copy the client secret's :guilabel:`Value` and store it securely. It will be used when
:ref:`configuring Odoo <cloud-storage/microsoft/odoo>`.
Expand Down