Modern websites contain lots of JavaScript and CSS files. When the page is loaded in the browser, these static files make a separate request to the server. The higher the number of requests, the lower the website speed. To avoid this issue, most websites serve the static assets by combining multiple files. There are several tools on the market to manage these sort of things, but Odoo has its own implementation for managing static assets.
Managing static assets
What are asset bundles and different assets in Odoo?
In Odoo, static asset management is not as simple as it is in other apps. Odoo has a lot of different applications and code bases. Different Odoo applications have different purposes and UIs. These apps do not share...