Coverage for adhoc-cicd-odoo-odoo / odoo / service / __init__.py: 100%
5 statements
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-09 18:22 +0000
« prev ^ index » next coverage.py v7.13.4, created at 2026-03-09 18:22 +0000
1# Part of Odoo. See LICENSE file for full copyright and licensing details.
3from . import common
4from . import db
5from . import model
6from . import server
8#.apidoc title: RPC Services
10""" Classes of this module implement the network protocols that the
11 OpenERP server uses to communicate with remote clients.
13 Some classes are mostly utilities, whose API need not be visible to
14 the average user/developer. Study them only if you are about to
15 implement an extension to the network protocols, or need to debug some
16 low-level behavior of the wire.
17"""