Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4304 Vistas
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

Avatar
Descartar
Mejor respuesta

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

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
feb 24
983
1
sept 23
5634
1
may 25
2415
1
abr 25
3435
1
abr 25
4255