[FIX] developer/api/external_api: typo function -> function

Part-of: odoo/documentation#16237
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
Joerg Steffens
2025-12-22 17:32:51 +01:00
committed by Julien Castiaux
parent 001bdac7b8
commit 8a34b1f279

View File

@@ -391,7 +391,7 @@ db (database) and object. All three services are deprecated.
Common service
--------------
The common service defines 3 fonctions:
The common service defines 3 functions:
1. ``version()``
2. ``login(db, login, password)``
@@ -422,7 +422,7 @@ Database service
.. seealso::
:ref:`db_manager_security`
The db service defines 13 fonctions:
The db service defines 13 functions:
#. ``create_database(master_pwd, db_name, demo, lang, user_password, login, country_code, phone)``
#. ``duplicate_database(master_pwd, db_original_name, db_name, neutralize_database)``
@@ -470,7 +470,7 @@ and ``list_countries``, which exist via JSON-2 on the ``res.lang`` and ``res.cou
Object service
--------------
The object service defines 2 fonctions:
The object service defines 2 functions:
#. ``execute(db, uid, passwd, model, method, *args)``
#. ``execute_kw(db, uid, passwd, model, method, args, kw={})``