'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
Create an account today to enjoy exclusive features and engage with our awesome community!
Prijavi| Related Posts | Odgovori | Prikazi | Aktivnost | |
|---|---|---|---|---|
|
0
feb. 24
|
1651 | |||
|
1
sep. 23
|
7741 | |||
|
5
sep. 25
|
24423 | |||
|
3
avg. 25
|
3731 | |||
|
1
maj 25
|
3625 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.