dms icon indicating copy to clipboard operation
dms copied to clipboard

[Odoo 18] OwlError: ‘file_kanban’ key missing in views registry after installing DMS module

Open cduval-sys opened this issue 2 months ago • 3 comments

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:

  1. install the DMS module
  2. 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, ...)

cduval-sys avatar Oct 25 '25 00:10 cduval-sys

dms for version 18.0 you try to install in odoo ten? how?

kobros-tech avatar Oct 25 '25 10:10 kobros-tech

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.

cduval-sys avatar Oct 25 '25 10:10 cduval-sys

Tried uninstalling the modules, restarted my odoo server, then reinstalled the module but same error occurred.

cduval-sys avatar Oct 27 '25 22:10 cduval-sys