[MOV] developer/api/external_api: move "External API" to the reference dir
task-2991663 Part-of: odoo/documentation#3629
This commit is contained in:
parent
ef569fb76d
commit
4dc1dd592e
@ -7,5 +7,4 @@ API
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
|
|
||||||
api/external_api
|
|
||||||
api/extract_api
|
api/extract_api
|
||||||
|
@ -10,3 +10,4 @@ Reference
|
|||||||
|
|
||||||
reference/addons
|
reference/addons
|
||||||
reference/javascript
|
reference/javascript
|
||||||
|
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 |
@ -470,7 +470,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 an other part of the interface or by :doc:`perform
|
otherwise, either through an other part of the interface or by :doc:`perform
|
||||||
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.
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@ applications/sales/sales/advanced/portal.rst applications/general/users/portal.r
|
|||||||
|
|
||||||
# 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