Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4541 Vues
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
0
févr. 24
1127
1
sept. 23
6066
3
août 25
2738
1
mai 25
2695
1
avr. 25
3687