You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By adding a new dict to the assets dict in the manifest like this:
'assets': {
'web.assets_backend':{
'js':[
'/statement_report/static/src/js/action_manager.js',
],
},
},
The error disappears
When installing the statement_report module on Odoo.sh database (both V17) the following error appears:
The following modules failed to load because of an error, you may find more information in the devtools console:
@statement_report/js/action_manager
Commenting the assests in the manifest file fix the error but I don't think that's the solution.
The text was updated successfully, but these errors were encountered: