From 5a568ced512eb381ef98f3ae0cdd9b5039688516 Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Thu, 25 Jul 2019 10:49:02 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- muk_web_theme/static/src/scss/appsbar.scss | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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