@ -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",
@ -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,
}
})