[IMP] developer: rename addons/js => backend/frontend

The terminology did not really make sense for a lot of these sub pages.
This change should have been done long ago, but was probably delayed
because some people in Odoo call the web client the "backend", which is
really misleading.

This commit also renames the title "Reference Guides" to "Reference",
since this section does not contain any guides anyway.

Part-of: odoo/documentation#1260
This commit is contained in:
Géry Debongnie
2021-10-31 06:48:33 +00:00
parent 0bdc750700
commit 2b2611e462
43 changed files with 74 additions and 48 deletions
@@ -71,17 +71,17 @@
</a>
</li>
<li>
<a href="{{ pathto('developer/reference/addons/orm') }}" class="stretched-link">
<a href="{{ pathto('developer/reference/backend/orm') }}" class="stretched-link">
{{ _("ORM") }}
</a>
</li>
<li>
<a href="{{ pathto('developer/reference/addons/views') }}" class="stretched-link">
<a href="{{ pathto('developer/reference/backend/views') }}" class="stretched-link">
{{ _("Regular Views") }}
</a>
</li>
<li>
<a href="{{ pathto('developer/reference/javascript/qweb') }}" class="stretched-link">
<a href="{{ pathto('developer/reference/frontend/qweb') }}" class="stretched-link">
{{ _("QWeb Views") }}
</a>
</li>