Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions content/developer/reference/frontend/assets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down