From e7bae3b9b823c77879d531a4a6aa9246fc5da7be Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Mon, 14 Jan 2019 20:29:48 +0000 Subject: [PATCH] publish muk_web_branding - 12.0 --- muk_web_branding/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/muk_web_branding/__init__.py b/muk_web_branding/__init__.py index 61402e6..63c3fd4 100644 --- a/muk_web_branding/__init__.py +++ b/muk_web_branding/__init__.py @@ -35,5 +35,5 @@ BOOTSTRAP_SCSS_URL = "/muk_web_branding/static/src/scss/bootstrap_colors.scss" def _uninstall_rebrand_system(cr, registry): self.env['muk_utils.scss_editor'].reset_values(PRIMARY_SCSS_URL, PRIMARY_XML_ID) - self.env['muk_utils.scss_editor'].reset_values(SECONDARY_XML_ID, SECONDARY_SCSS_URL) - self.env['muk_utils.scss_editor'].reset_values(BOOTSTRAP_XML_ID, BOOTSTRAP_SCSS_URL) \ No newline at end of file + self.env['muk_utils.scss_editor'].reset_values(SECONDARY_SCSS_URL, SECONDARY_XML_ID) + self.env['muk_utils.scss_editor'].reset_values(BOOTSTRAP_SCSS_URL, BOOTSTRAP_XML_ID) \ No newline at end of file