'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
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Feb 24
|
804 | ||
|
1
Sep 23
|
4871 | ||
|
1
Mei 25
|
1577 | ||
|
1
Apr 25
|
2740 | ||
|
1
Apr 25
|
3504 |