Generating unique static URLs in Odoo
2016-09-02
By default Odoo bundles static assets (JS and CSS) within a couple of files: All CSS files are bundled into a single big CSS file. The same happens for JS files.
The URLs of those bundles vary with any change within any of the included files. But those files are …