Skip to content

Commit

Permalink
Updated to Odoo 17
Browse files Browse the repository at this point in the history
  • Loading branch information
dasunhegoda committed Aug 14, 2024
1 parent 073c85f commit cfeb25a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/technical_reference/external_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ account (although they can not be used to log-in via the interface).
In order to add a key to your account, simply go to your
:guilabel:`Preferences` (or :guilabel:`My Profile`):

.. image:: external_api/preferences.png
.. image:: external_api/1.png
:align: center

then open the :guilabel:`Account Security` tab, and click
:guilabel:`New API Key`:

.. image:: external_api/account-security.png
.. image:: external_api/2.png
:align: center

Input a description for the key, **this description should be as clear and
Expand All @@ -97,7 +97,7 @@ lost).
Once you have keys configured on your account, they will appear above the
:guilabel:`New API Key` button, and you will be able to delete them:

.. image:: external_api/delete-key.png
.. image:: external_api/3.png
:align: center

**A deleted API key can not be undeleted or re-set**. You will have to generate
Expand Down Expand Up @@ -207,9 +207,9 @@ Result:
.. code-block:: json
{
"server_version": "15.0",
"server_version_info": [15, 0, 0, "final", 0],
"server_serie": "15.0",
"server_version": "17.0",
"server_version_info": [17, 0, 0, "final", 0],
"server_serie": "17.0",
"protocol_version": 1,
}
Expand Down
Binary file added docs/technical_reference/external_api/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/technical_reference/external_api/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/technical_reference/external_api/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cfeb25a

Please # to comment.