'assets': {
'web.report_assets_common': [
'error_manager/static/src/js/error_manager.js',
],
},
i've already add assets in manifest
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
'assets': {
'web.report_assets_common': [
'error_manager/static/src/js/error_manager.js',
],
},
i've already add assets in manifest
Hi,
There's a '/' missing before the module name.
Change the code in manifest to:
'assets': {
'web.report_assets_common': [
'/error_manager/static/src/js/error_manager.js',
],
}
Regards
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
2월 24
|
1045 | ||
|
1
9월 23
|
5815 | ||
|
3
8월 25
|
2469 | ||
|
1
5월 25
|
2584 | ||
|
1
4월 25
|
3548 |