Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
4228 Visualizações
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

Avatar
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
fev. 24
948
1
set. 23
5509
1
mai. 25
2205
1
abr. 25
3250
1
abr. 25
4077