From 5b699c6bec80ad31180870a7c23d79e39bfc67cf Mon Sep 17 00:00:00 2001 From: Marc Durepos Date: Wed, 12 Jul 2023 14:38:56 -0400 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 X-original-commit: c85031b3fc29645991cc1152d7e3525fa227c3d1 --- 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 1ed250f05e..ec68f118cb 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