[IMP] developer: normalize reference in js doc

The preferred format for (frontend) references is now:
"frontend/filename/section", or something close to that.

closes odoo/documentation#1291

Signed-off-by: Géry Debongnie (ged) <ged@openerp.com>
This commit is contained in:
Géry Debongnie
2021-11-03 20:08:35 +00:00
parent b48f0cbad8
commit 894165a949
7 changed files with 57 additions and 57 deletions

View File

@@ -134,10 +134,10 @@ For most Odoo code, we want to use a module system. Because of the way assets
work in Odoo (and in particular, the fact that each installed odoo addon can
modify the list of files contained in a bundle), Odoo has to resolve modules
browser side. To do that, Odoo provides a small module system described just
below (see :ref:`javascript/odoo_module`).
below (see :ref:`frontend/modules/odoo_module`).
However, Odoo also provides support for native javascript modules (see
:ref:`javascript/native_js_module`). These modules
:ref:`frontend/modules/native_js`). These modules
will simply be translated by the server into odoo modules. It is encouraged to
write all javascript code as a native module, for a better IDE integration. In
the future, the Odoo module system should be considered an implementation detail,