[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#1433

X-original-commit: dc832e1cc8
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 7763c22db4
commit 3a42d8107b

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