Hello,
I've encountered an error while trying to launch my database migrated from Odoo 14 to Odoo 16. The error message states:
The style compilation failed, see the error below. Your recent actions may be the cause, please try reverting the changes you made.
Error: Undefined variable: "$o-dms-inspector-bg". on line 34037:35 of stdin, in mixin `@content` from line 78:7 of odoo/addons/web/static/lib/bootstrap/scss/mixins/_breakpoints.scss, in mixin `media-breakpoint-down` from line 34010:10 of stdin >> overflow: auto; ----------------------------------^ This error occurred while compiling the bundle 'web.assets_backend' containing: - /web/static/lib/bootstrap/scss/_functions.scss - /web/static/lib/bootstrap/scss/_mixins.scss - /web/static/src/scss/mixins_forwardport.scss - /web/static/src/scss/bs_mixins_overrides.scss - /web/static/src/legacy/scss/utils.scss - /web_enterprise/static/src/scss/primary_variables.scss - /web/static/src/scss/primary_variables.scss - /web_enterprise/static/src/core/notifications/notifications.variables.scss - /web_enterprise/static/src/webclient/home_menu/home_menu.variables.scss - /web_enterprise/static/src/webclient/navbar/navbar.variables.scss - /web/static/src/core/notifications/notification.variables.scss - /web/static/src/search/control_panel/control_panel.variables.scss - /web/static/src/search/search_panel/search_panel.variables.scss - /web/static/src/views/form/form.variables.scss - /web/static/src/views/kanban/kanban.variables.scss
.... [List continues...]
Additionally, the interface styling appears distorted.
Any guidance on resolving this issue would be appreciated.
Thank you.