[MOV] developer/api/external_api: move "External API" to the reference dir

task-2991663

X-original-commit: 95ed856446
Part-of: odoo/documentation#3660
This commit is contained in:
Antoine Vandevenne (anv) 2023-02-20 17:29:16 +00:00
parent cc3ca497f3
commit 518db8b02a
10 changed files with 5 additions and 4 deletions

View File

@ -32,7 +32,7 @@ You can create Odoo external API keys either :ref:`for a single database <silver
- If you need it again, create a new API key (and delete the old one).
.. seealso::
:doc:`/developer/api/external_api`
:doc:`/developer/reference/external_api`
.. _silverfin/api-singledb:

View File

@ -7,5 +7,4 @@ API
.. toctree::
:titlesonly:
api/external_api
api/extract_api

View File

@ -85,7 +85,7 @@ server with the library ``xmlrpc.client``::
})
.. seealso::
- :doc:`../api/external_api`: The in-depth tutorial on XML-RPC with examples spanning multiple programming languages.
- :doc:`../reference/external_api`: The in-depth tutorial on XML-RPC with examples spanning multiple programming languages.
JSON-RPC Library
----------------

View File

@ -11,3 +11,4 @@ Reference
reference/frontend
reference/user_interface
reference/standard_modules
reference/external_api

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -472,7 +472,7 @@ or a *visibility* feature before using it:
* *Visibility* features mean a user can still access the model or record
otherwise, either through another part of the interface or by :doc:`performing
operations remotely using RPC <../api/external_api>`, things might just not be
operations remotely using RPC <../reference/external_api>`, things might just not be
visible in the web interface in some contexts.
* *Security* features mean a user can not access records, fields or operations.

View File

@ -38,6 +38,7 @@ applications/sales/crm/acquire_leads/generate_from_website.rst applications/sale
# developer/howtos
developer/api/external_api.rst developer/reference/external_api.rst # reorganize the developer doc
developer/api/iap.rst developer/howtos/provide_iap_services.rst # reorganize the developer doc
developer/howtos/backend.rst developer/tutorials/backend.rst # reorganize the developer doc
developer/howtos/rdtraining.rst developer/tutorials/getting_started.rst # reorganize the developer doc