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