when I add a new type for account.journal model and create a new journal with it, I got error when opening accounting dashboard. Does anyone know what to do?
Thank You.
This is the error:
Odoo Client Error
UncaughtPromiseError > OwlError
Uncaught Promise > An error occured in the owl lifecycle (see this Error's "cause" property)
Occured on 192.168.56.119:8069 on 2025-03-14 08:59:46 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 (http://192.168.56.119:8069/web/assets/f97ce15/web.assets_web.min.js:947:101) at App.handleError (http://192.168.56.119:8069/web/assets/f97ce15/web.assets_web.min.js:1579:29) at ComponentNode.initiateRender (http://192.168.56.119:8069/web/assets/f97ce15/web.assets_web.min.js:1037:19) Caused by: TypeError: Cannot read properties of undefined (reading 'group') at DashboardKanbanRecord.<anonymous> (http://192.168.56.119:8069/web/assets/f97ce15/web.assets_web.min.js:18946:394) at http://192.168.56.119:8069/web/assets/f97ce15/web.assets_web.min.js:1036:80 at Array.map (<anonymous>) at ComponentNode.initiateRender (http://192.168.56.119:8069/web/assets/f97ce15/web.assets_web.min.js:1036:69) at http://192.168.56.119:8069/web/assets/f97ce15/web.assets_web.min.js:1577:80 at DashboardKanbanRenderer.template (eval at compile (http://192.168.56.119:8069/web/assets/f97ce15/web.assets_web.min.js:1533:374), <anonymous>:92:15) at Fiber._render (http://192.168.56.119:8069/web/assets/f97ce15/web.assets_web.min.js:971:96) at Fiber.render (http://192.168.56.119:8069/web/assets/f97ce15/web.assets_web.min.js:970:6) at ComponentNode.initiateRender (http://192.168.56.119:8069/web/assets/f97ce15/web.assets_web.min.js:1038:47)