Compare commits

...

2 Commits

Author SHA1 Message Date
Antoine Vandevenne (anv)
bff690e670 [MOV] developer/reference: move up the standard_modules directory
With the renaming of the "Backend" and "Frontend" directories to "Python
framework" and "JavaScript framework", and since we may want to document
modules that mainly rely on JavaScript, it makes sense to move the
"Standard modules" one level up from under "Python framework" directly
under "Reference".

X-original-commit: 62e80093bd
2022-07-13 15:27:14 +02:00
Antoine Vandevenne (anv)
876b829e75 [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
2022-07-13 15:27:14 +02:00
15 changed files with 20 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ Learn through tutorials and get help using reference guides.
.. toctree::
:titlesonly:
:maxdepth: 3
developer/howtos
developer/reference

View File

@@ -1,5 +1,4 @@
:nosearch:
:types: reference
=========
Reference
@@ -10,3 +9,4 @@ Reference
reference/backend
reference/frontend
reference/standard_modules

View File

@@ -1,8 +1,8 @@
:nosearch:
=======
Backend
=======
================
Python framework
================
.. toctree::
:titlesonly:
@@ -17,4 +17,3 @@ Backend
backend/testing
backend/http
backend/mixins
backend/standard_modules

View File

@@ -1,8 +1,8 @@
:nosearch:
========
Frontend
========
====================
JavaScript framework
====================
.. toctree::
:titlesonly:

View File

@@ -0,0 +1,12 @@
# developer/reference
developer/reference/backend/standard_modules.rst developer/reference/standard_modules.rst # move standard_modules/ one level up (#2456)
developer/reference/backend/standard_modules/account.rst developer/reference/standard_modules/account.rst # move standard_modules/ one level up (#2456)
developer/reference/backend/standard_modules/account/account_account.rst developer/reference/standard_modules/account/account_account.rst # move standard_modules/ one level up (#2456)
developer/reference/backend/standard_modules/account/account_account_tag.rst developer/reference/standard_modules/account/account_account_tag.rst # move standard_modules/ one level up (#2456)
developer/reference/backend/standard_modules/account/account_chart_template.rst developer/reference/standard_modules/account/account_chart_template.rst # move standard_modules/ one level up (#2456)
developer/reference/backend/standard_modules/account/account_fiscal_position.rst developer/reference/standard_modules/account/account_fiscal_position.rst # move standard_modules/ one level up (#2456)
developer/reference/backend/standard_modules/account/account_group.rst developer/reference/standard_modules/account/account_group.rst # move standard_modules/ one level up (#2456)
developer/reference/backend/standard_modules/account/account_tax.rst developer/reference/standard_modules/account/account_tax.rst # move standard_modules/ one level up (#2456)
developer/reference/backend/standard_modules/account/account_tax_repartition.rst developer/reference/standard_modules/account/account_tax_repartition.rst # move standard_modules/ one level up (#2456)
developer/reference/backend/standard_modules/account/account_tax_report_line.rst developer/reference/standard_modules/account/account_tax_report_line.rst # move standard_modules/ one level up (#2456)