Browse Source

publish muk_web_theme - 12.0

pull/35/head
MuK IT GmbH 6 years ago
parent
commit
123485a3ff
  1. 2
      muk_web_theme/__manifest__.py
  2. 2
      muk_web_theme/models/res_config_settings.py

2
muk_web_theme/__manifest__.py

@ -20,7 +20,7 @@
{
"name": "MuK Backend Theme",
"summary": "Odoo 12.0 community backend theme",
"version": "12.0.1.1.1",
"version": "12.0.1.1.2",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",

2
muk_web_theme/models/res_config_settings.py

@ -126,7 +126,7 @@ class ResConfigSettings(models.TransientModel):
""" % {
'inherit_xml_id': view_to_xpath.xml_id,
'name': custom_url,
'url_to_replace': url,
'url_to_replace': SCSS_URL,
'new_url': custom_url,
}
})
Loading…
Cancel
Save