Skip to Content
Menú
This question has been flagged
1 Respondre
3573 Vistes

Hey can anyone please explain this change in odoo15 where we no longer need asset XML file and instead we use manifest to link our js and .scss files. How to identify between asset backend or frontend or common.

Some guidance would be nice

Avatar
Descartar
Best Answer

In the manifest.py you can specify if it is backend or frontend like below:

'assets': {
'web.assets_backend': [
'bus/static/src/**/*',
],
'web.assets_frontend': [
'bus/static/src/js/longpolling_bus.js',
'bus/static/src/js/crosstab_bus.js',
'bus/static/src/js/services/bus_service.js',
],
'web.qunit_suite_tests': [
'bus/static/tests/*.js',
],
},


Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de març 22
5339
1
de maig 23
1817
3
de juny 22
13050
0
de febr. 22
2108
3
de des. 24
12803