Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

statement_report module 17.0 #314

Open
lucianobaleani opened this issue May 14, 2024 · 2 comments
Open

statement_report module 17.0 #314

lucianobaleani opened this issue May 14, 2024 · 2 comments

Comments

@lucianobaleani
Copy link

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.

@lucianobaleani
Copy link
Author

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

@CybroOdoo
Copy link
Owner

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.

Hi,
We will check and get back to you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants