[FIX] developer/reference/javascript_reference

The "qweb key of the manifest" file was still mentionned even if it has
been replaced by the assets bundles.

See related task: 2352566

closes odoo/documentation#1359

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Julien Castiaux 2021-12-07 15:30:53 +00:00
parent 53cb375406
commit dc832e1cc8

View File

@ -311,8 +311,9 @@ Here is an example of a basic counter widget:
});
For this example, assume that the template *some.template* (and is properly
loaded: the template is in a file, which is properly defined in the *qweb* key
in the module manifest) is given by:
loaded: the template is in a file, which is properly defined in the assets of
the module manifest ``'assets': {'web.assets_qweb': [...]}``, see
:ref:`assets <reference/assets>`.) is given by:
.. code-block:: xml