From dc832e1cc890cb877d94befbc05d3c5fdb10ca03 Mon Sep 17 00:00:00 2001 From: Julien Castiaux Date: Tue, 7 Dec 2021 15:30:53 +0000 Subject: [PATCH] [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) --- .../developer/reference/frontend/javascript_reference.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/developer/reference/frontend/javascript_reference.rst b/content/developer/reference/frontend/javascript_reference.rst index a0ccaf2a5..d0676261c 100644 --- a/content/developer/reference/frontend/javascript_reference.rst +++ b/content/developer/reference/frontend/javascript_reference.rst @@ -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 `.) is given by: .. code-block:: xml