diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index 962d5ee..86af913 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -22,7 +22,7 @@ { "name": "MuK Backend Theme", "summary": "Odoo Community Backend Theme", - "version": "12.0.2.0.1", + "version": "12.0.2.0.2", "category": "Themes/Backend", "license": "LGPL-3", "author": "MuK IT", diff --git a/muk_web_theme/static/src/scss/appsbar.scss b/muk_web_theme/static/src/scss/appsbar.scss index f651eac..a1fb2d1 100644 --- a/muk_web_theme/static/src/scss/appsbar.scss +++ b/muk_web_theme/static/src/scss/appsbar.scss @@ -118,4 +118,13 @@ .o_main { padding-left: 0; } +} + +.o_fullscreen { + .mk_apps_sidebar_panel { + display: none; + } + .o_main { + padding-left: 0; + } } \ No newline at end of file