Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3927 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
2
Mar 22
5791
1
Mei 23
2068
3
Jun 22
13652
0
Feb 22
2391
3
Des 24
14065