Skip to content

Commit c85031b

Browse files
authored
[FIX] Remove reference to assets_qweb in assets.rst
Reflects the fact that assets_qweb bundle is no longer used in 16.0 closes #5094 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent a187b7c commit c85031b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/developer/reference/frontend/assets.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,11 @@ know:
8888
:file:`boot.js` file, which defines the odoo module system.
8989

9090
- `web.assets_backend`: this bundle contains the code specific to the web client
91-
(notably the web client/action manager/views)
91+
(notably the web client/action manager/views/static XML templates)
9292

9393
- `web.assets_frontend`: this bundle is about all that is specific to the public
9494
website: ecommerce, portal, forum, blog, ...
9595

96-
- `web.assets_qweb`: all static XML templates used in the backend environment
97-
and in the point of sale.
98-
9996
- `web.qunit_suite_tests`: all javascript qunit testing code (tests, helpers, mocks)
10097

10198
- `web.qunit_mobile_suite_tests`: mobile specific qunit testing code

0 commit comments

Comments
 (0)