documentation/content/developer/reference/backend.rst
Antoine Vandevenne (anv) ff54520086 [IMP] developer: rename reference directories to "Py/Js framework"
It was confusing to label the directory for pages related to the Python
framework "Backend" as, in Odoo, the backend is the web client, and the
frontend is the portal/website. It also led to the "Standard modules"
directory to be placed within the "Backend" directory as of `saas-15.1`
to indicate that they were part of the backend too, but that was a
mistake. Indeed, most standard modules comprise JavaScript methods, and
we could want to document these in the reference at some point.

X-original-commit: 8046f742bc
Part-of: odoo/documentation#2458
2022-07-13 17:16:50 +02:00

21 lines
311 B
ReStructuredText

:nosearch:
================
Python framework
================
.. toctree::
:titlesonly:
backend/orm
backend/data
backend/actions
backend/views
backend/module
backend/reports
backend/security
backend/testing
backend/http
backend/mixins
backend/standard_modules