Hello,
I run the OCAUpgrade and was able to migrate my database from 8.0 to 11.0. The problem is, I get the error below when I try to log into the database in Odoo 11:
Could not get content for /web_kanban/static/src/less/kanban_dashboard.less defined in bundle 'web.assets_backend'. Could not get content for /web_kanban/static/src/less/kanban_view.less defined in bundle 'web.assets_backend'. Could not get content for /report/static/src/less/report_backend.less defined in bundle 'web.assets_backend'. Could not get content for /web_calendar/static/src/less/web_calendar.less defined in bundle 'web.assets_backend'. Could not get content for /web_widget_text_markdown/static/src/css/bootstrap-markdown.min.css defined in bundle 'web.assets_backend'. Could not get content for /web_widget_text_markdown/static/lib/highlight/styles/railscasts.css defined in bundle 'web.assets_backend'. Could not get content for /web_widget_text_markdown/static/src/css/main.css defined in bundle 'web.assets_backend'. Could not get content for /web_calendar/static/lib/fullcalendar/css/fullcalendar.css defined in bundle 'web.assets_backend'.
Upon investigation, I noticed that Odoo saves all module, and UI information in the database, but not sure exactly where to look to get the information.
Any help would be much appreciated.
Thanks