documentation/content/developer/reference/javascript/architecture.rst
Simon Genin (ges) fd28f72c68 wip
2021-10-12 12:06:37 +02:00

20 lines
398 B
ReStructuredText

Architecture
============
This document explains how the Odoo web client is designed, from a high level
point of view.
Overview
--------
.. code-block::
creating an environment => mounting web client
Services
--------
`Services <services/readme.md>`_ are meant to be long lived processes which provides
some features to the web client. They are alive for the duration of the application.