CybroOdoo / CybroAddons

276 stars 623 forks source link

statement_report module 17.0 #314

Open lucianobaleani opened 4 months ago

lucianobaleani commented 4 months ago

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 commented 4 months ago

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 commented 1 month ago

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