Browse Source

publish muk_web_theme - 12.0

pull/48/head
MuK IT GmbH 5 years ago
parent
commit
93243c4b03
  1. 13
      muk_web_theme/__init__.py
  2. 3
      muk_web_theme/__manifest__.py

13
muk_web_theme/__init__.py

@ -17,4 +17,15 @@
#
###################################################################################
from . import models
from . import models
#----------------------------------------------------------
# Hooks
#----------------------------------------------------------
XML_ID = "muk_web_theme._assets_primary_variables"
SCSS_URL = "/muk_web_theme/static/src/scss/colors.scss"
def _uninstall_reset_changes(cr, registry):
self.env['muk_utils.scss_editor'].reset_values(SCSS_URL, XML_ID)

3
muk_web_theme/__manifest__.py

@ -19,7 +19,7 @@
{
"name": "MuK Backend Theme",
"summary": "Odoo Community Backend Theme",
"version": "12.0.1.2.3",
"version": "12.0.1.2.4",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",
@ -55,4 +55,5 @@
"application": False,
"installable": True,
"auto_install": False,
"uninstall_hook": "_uninstall_reset_changes",
}
Loading…
Cancel
Save