Browse Source

publish muk_web_theme - 12.0

pull/48/head
MuK IT GmbH 5 years ago
parent
commit
64dbe24732
  1. 4
      muk_web_theme/models/res_config_settings.py

4
muk_web_theme/models/res_config_settings.py

@ -36,10 +36,10 @@ class ResConfigSettings(models.TransientModel):
required=True)
theme_color_brand = fields.Char(
string="Brand Color")
string="Theme Brand Color")
theme_color_primary = fields.Char(
string="Primary Color")
string="Theme Primary Color")
@api.multi
def set_values(self):

Loading…
Cancel
Save