From db835469a11fdca08a82d88614464991d0c4e2d7 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Wed, 13 Jul 2022 13:25:37 +0000 Subject: [PATCH] [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: 8046f742bc773c8d2b5c597e72a633b6c4f3ec5a Part-of: odoo/documentation#2457 --- content/developer/reference.rst | 1 - content/developer/reference/backend.rst | 6 +++--- content/developer/reference/frontend.rst | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/content/developer/reference.rst b/content/developer/reference.rst index bd8fc47c8..a16bb70bd 100644 --- a/content/developer/reference.rst +++ b/content/developer/reference.rst @@ -1,5 +1,4 @@ :nosearch: -:types: reference ========= Reference diff --git a/content/developer/reference/backend.rst b/content/developer/reference/backend.rst index c6971134b..ead2caa7c 100644 --- a/content/developer/reference/backend.rst +++ b/content/developer/reference/backend.rst @@ -1,8 +1,8 @@ :nosearch: -======= -Backend -======= +================ +Python framework +================ .. toctree:: :titlesonly: diff --git a/content/developer/reference/frontend.rst b/content/developer/reference/frontend.rst index f2ca51c95..162193ab7 100644 --- a/content/developer/reference/frontend.rst +++ b/content/developer/reference/frontend.rst @@ -1,8 +1,8 @@ :nosearch: -======== -Frontend -======== +==================== +JavaScript framework +==================== .. toctree:: :titlesonly: