[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:
parent
53cb375406
commit
dc832e1cc8
@ -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
|
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
|
loaded: the template is in a file, which is properly defined in the assets of
|
||||||
in the module manifest) is given by:
|
the module manifest ``'assets': {'web.assets_qweb': [...]}``, see
|
||||||
|
:ref:`assets <reference/assets>`.) is given by:
|
||||||
|
|
||||||
.. code-block:: xml
|
.. code-block:: xml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user