[Odoo 18] OwlError: ‘file_kanban’ key missing in views registry after installing DMS module
I just installed the module but when I try to open the module I get the following error message: UncaughtPromiseError > OwlError
Uncaught Promise > An error occured in the owl lifecycle (see this Error's "cause" property)
Occured on mydomain.com on 2025-10-25 00:47:37 GMT
OwlError: An error occured in the owl lifecycle (see this Error's "cause" property) Error: An error occured in the owl lifecycle (see this Error's "cause" property) at handleError (https://mydomain.com/web/assets/debug/web.assets_web.js:9626:35) at App.handleError (https://mydomain/web/assets/debug/web.assets_web.js:14078:20) at ComponentNode.initiateRender (https://mydomain.com/web/assets/debug/web.assets_web.js:10444:26)
Caused by: KeyNotFoundError: Cannot find key "file_kanban" in the "views" registry Error: Cannot find key "file_kanban" in the "views" registry at Registry.get (https://mydomain.com/web/assets/debug/web.assets_web.js:35348:19) at View.loadView (https://mydomain.com/web/assets/debug/web.assets_web.js:95111:36) at async Promise.all (index 0) at async ComponentNode.initiateRender (https://mydomain.com/web/assets/debug/web.assets_web.js:10441:17)
Module
The name of the module that has a bug. Document Management System
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Affected versions: Odoo 18 community
Steps to reproduce the behavior:
- install the DMS module
- Try launching the App in Odoo 18 I get the error message
Expected behavior A clear and concise description of what you expected to happen. I was expecting to be taken to the Document page where I can upload docs. Additional context Add any other context about the problem here. (e.g. OS, Python version, ...)
dms for version 18.0 you try to install in odoo ten? how?
dms for version 18.0 you try to install in odoo ten? how?
Sorry that was a mistype. I installed DMS 18 for Odoo 18 and I get that error message.
Tried uninstalling the modules, restarted my odoo server, then reinstalled the module but same error occurred.