db835469a1
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#2457
23 lines
445 B
ReStructuredText
23 lines
445 B
ReStructuredText
:nosearch:
|
|
|
|
====================
|
|
JavaScript framework
|
|
====================
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
frontend/framework_overview
|
|
frontend/assets
|
|
frontend/javascript_modules
|
|
frontend/owl_components
|
|
frontend/registries
|
|
frontend/services
|
|
frontend/hooks
|
|
frontend/patching_code
|
|
frontend/javascript_cheatsheet
|
|
frontend/javascript_reference
|
|
frontend/mobile
|
|
frontend/qweb
|
|
frontend/icons_library
|