'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
|
1682 | |||
|
1
9월 23
|
7860 | |||
|
5
9월 25
|
24598 | |||
|
3
8월 25
|
3755 | |||
|
1
5월 25
|
3659 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.