Hello everyone,
I am trying to install the knowledge module in Odoo 18. But after the installation I get the following message in the interface:
An error occured while loading javascript modules, you may find more information in the devtools console
In the dev console i got the following error messages:
The following modules are needed by other modules but have not been defined, they may not be present in the correct asset bundle:
Array [ "@html_editor/html_migrations/html_upgrade_manager" ]
web.assets_web.min.js:35:28
The following modules could not be loaded because they have unmet dependencies, this is a secondary error which is likely caused by one of the above problems:
Array [ "@knowledge/editor/html_migrations/html_upgrade_manager" ]
web.assets_web.min.js:37:29
I am hosting Odoo on premise with Docker (Odoo version 18.0-20250218) with an volume binding to the enterprise modules.
Is there a way to solve this error?