muk-it / muk_web

MuK Odoo Web Modules
GNU Lesser General Public License v3.0
109 stars 232 forks source link

[12.0][muk_web_theme] Undefined variable: "$mk-apps-color" #72

Closed spacimek closed 5 years ago

spacimek commented 5 years ago

I am getting this error right after login: odoo.addons.base.models.assetsbundle: Error: Undefined variable: "$mk-apps-color". on line 12953 of stdin

     **color: $mk-apps-color**; 

----------^ This error occured while compiling the bundle 'web.assets_backend' containing: ...

I've tried to add it to variables.scss unde muk_web_theme, but with no success. I've also tried debug=assets... same result.

Any idea what can I do?

I just did a fresh upgrade, here is my list: odoo12-addon-muk-branding 12.0.1.0.2
odoo12-addon-muk-mail-branding 12.0.1.0.1
odoo12-addon-muk-saas-branding 12.0.1.0.2
odoo12-addon-muk-security 12.0.1.5.4
odoo12-addon-muk-session-store 12.0.1.0.9
odoo12-addon-muk-utils 12.0.1.6.11
odoo12-addon-muk-web-branding 12.0.1.1.2
odoo12-addon-muk-web-theme 12.0.1.4.1
odoo12-addon-muk-web-theme-mail 12.0.1.0.1
odoo12-addon-muk-web-utils 12.0.2.8.22
odoo12-addon-muk-website-branding 12.0.1.1.0

spacimek commented 5 years ago

Same issue with $mk-appbar-color... apparently Odoo has probiem to properly interpret apps.scss / appsbar.scss. Just as a note, I am using Odoo 12C - also just few days old.

keshrath commented 5 years ago

If you have recently updated the app, you may need to uninstall and reinstall it once.

bhaveshselarka commented 5 years ago

If you have recently updated the app, you may need to uninstall and reinstall it once.

Not working.