'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
|
1005 | ||
|
1
9月 23
|
5674 | ||
|
1
5月 25
|
2458 | ||
|
1
4月 25
|
3475 | ||
|
1
4月 25
|
4303 |