[MOV] developer/api/external_api: move "External API" to the reference dir
task-2991663 Part-of: odoo/documentation#3655
This commit is contained in:
parent
b817e16a4c
commit
95ed856446
@ -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:
|
||||
|
||||
|
@ -7,5 +7,4 @@ API
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
api/external_api
|
||||
api/extract_api
|
||||
|
@ -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
|
||||
----------------
|
||||
|
@ -11,3 +11,4 @@ Reference
|
||||
reference/frontend
|
||||
reference/user_interface
|
||||
reference/standard_modules
|
||||
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
|
||||
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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user