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