[IMP] content/developer/webservices

It is hard to find and learn about RPC in Odoo, users hardly know about
JSON-RPC as the only place where we talk about it in deep down in the
*How to make a Module* tutorial.

In the commit, we isolated the tutorial about RPC in a dedicated file,
that file is better referenced thanks to cross-references in some others
places that are talking about RPC

Task: 2884559
X-original-commit: 83c2e6de0b
Part-of: odoo/documentation#2717
This commit is contained in:
Julien Castiaux
2022-06-29 13:58:31 +00:00
parent fe4ddd65f4
commit 4f66b8f424
4 changed files with 152 additions and 145 deletions
+3
View File
@@ -7,6 +7,9 @@ all of its data are also available from the outside for external analysis or
integration with various tools. Part of the :ref:`reference/orm/model` API is
easily available over XML-RPC_ and accessible from a variety of languages.
.. seealso::
- :doc:`Tutorial on web services <../howtos/web_services>`
Connection
==========