[MOV] developer/api/odoo: rename odoo.rst into external_api.rst

The previous file name was not very relevant in regard to the content of
the page, and it conflicted with the `sys.path`.

closes odoo/documentation#2026

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Antoine Vandevenne (anv)
2022-05-20 11:42:10 +00:00
parent 91c20a2c03
commit 0fc521886f
7 changed files with 7 additions and 7 deletions
@@ -481,7 +481,7 @@ or a *visibility* feature before using it:
* *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
operations remotely using RPC <../../misc/api/odoo>`, things might just not be
operations remotely using RPC <../../misc/api/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.