From 1ba2976fa09ac66a29565557088b33389c5bf8ea Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Wed, 12 Jul 2023 18:38:56 +0000 Subject: [PATCH] [FIX] Remove reference to assets_qweb in assets.rst Reflects the fact that assets_qweb bundle is no longer used in 16.0 closes odoo/documentation#5107 X-original-commit: c85031b3fc29645991cc1152d7e3525fa227c3d1 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/reference/frontend/assets.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/developer/reference/frontend/assets.rst b/content/developer/reference/frontend/assets.rst index 1ed250f05..ec68f118c 100644 --- a/content/developer/reference/frontend/assets.rst +++ b/content/developer/reference/frontend/assets.rst @@ -88,14 +88,11 @@ know: :file:`boot.js` file, which defines the odoo module system. - `web.assets_backend`: this bundle contains the code specific to the web client - (notably the web client/action manager/views) + (notably the web client/action manager/views/static XML templates) - `web.assets_frontend`: this bundle is about all that is specific to the public website: ecommerce, portal, forum, blog, ... -- `web.assets_qweb`: all static XML templates used in the backend environment - and in the point of sale. - - `web.qunit_suite_tests`: all javascript qunit testing code (tests, helpers, mocks) - `web.qunit_mobile_suite_tests`: mobile specific qunit testing code