diff --git a/muk_web_branding/__manifest__.py b/muk_web_branding/__manifest__.py index 7056aa9..0ce8e59 100644 --- a/muk_web_branding/__manifest__.py +++ b/muk_web_branding/__manifest__.py @@ -20,7 +20,7 @@ { "name": "MuK Web Branding", "summary": """Branding and Debranding""", - "version": "12.0.1.1.4", + "version": "12.0.1.1.5", "category": "Extra Tools", "license": "AGPL-3", "website": "http://www.mukit.at", diff --git a/muk_web_branding/static/src/js/fields/upgrade.js b/muk_web_branding/static/src/js/fields/upgrade.js index ba5d8ae..f0bf984 100644 --- a/muk_web_branding/static/src/js/fields/upgrade.js +++ b/muk_web_branding/static/src/js/fields/upgrade.js @@ -29,6 +29,7 @@ var QWeb = core.qweb; var DisableMixin = { _render: function () { + this._super.apply(this, arguments); var $container = this.$el.parent().parent(); if ($container.hasClass('o_setting_box')) { $container.addClass('o_hidden');