'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
|
985 | ||
|
1
9月 23
|
5637 | ||
|
1
5月 25
|
2418 | ||
|
1
4月 25
|
3438 | ||
|
1
4月 25
|
4256 |