[MOV] developer/api/external_api: move "External API" to the reference dir
task-2991663 Part-of: odoo/documentation#3644
This commit is contained in:
parent
25c44f8caa
commit
fe6f9d42ff
@ -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).
|
- If you need it again, create a new API key (and delete the old one).
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
:doc:`/developer/api/external_api`
|
:doc:`/developer/reference/external_api`
|
||||||
|
|
||||||
.. _silverfin/api-singledb:
|
.. _silverfin/api-singledb:
|
||||||
|
|
||||||
|
@ -7,5 +7,4 @@ API
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
|
|
||||||
api/external_api
|
|
||||||
api/extract_api
|
api/extract_api
|
||||||
|
@ -85,7 +85,7 @@ server with the library ``xmlrpc.client``::
|
|||||||
})
|
})
|
||||||
|
|
||||||
.. seealso::
|
.. 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
|
JSON-RPC Library
|
||||||
----------------
|
----------------
|
||||||
|
@ -9,3 +9,4 @@ Reference
|
|||||||
|
|
||||||
reference/backend
|
reference/backend
|
||||||
reference/frontend
|
reference/frontend
|
||||||
|
reference/external_api
|
||||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@ -472,7 +472,7 @@ or a *visibility* feature before using it:
|
|||||||
|
|
||||||
* *Visibility* features mean a user can still access the model or record
|
* *Visibility* features mean a user can still access the model or record
|
||||||
otherwise, either through another part of the interface or by :doc:`performing
|
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.
|
visible in the web interface in some contexts.
|
||||||
* *Security* features mean a user can not access records, fields or operations.
|
* *Security* features mean a user can not access records, fields or operations.
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ applications/sales/crm/acquire_leads/generate_from_website.rst applications/sale
|
|||||||
|
|
||||||
# developer/howtos
|
# 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/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/backend.rst developer/tutorials/backend.rst # reorganize the developer doc
|
||||||
developer/howtos/rdtraining.rst developer/tutorials/getting_started.rst # reorganize the developer doc
|
developer/howtos/rdtraining.rst developer/tutorials/getting_started.rst # reorganize the developer doc
|
||||||
|
Loading…
Reference in New Issue
Block a user