Browse Source

publish muk_web_theme - 13.0

13.0
MuK IT GmbH 4 years ago
parent
commit
8d2f54404f
  1. 2
      muk_web_theme/__manifest__.py
  2. 2
      muk_web_theme/views/res_config_settings_view.xml

2
muk_web_theme/__manifest__.py

@ -22,7 +22,7 @@
{ {
"name": "MuK Backend Theme", "name": "MuK Backend Theme",
"summary": "Odoo Community Backend Theme", "summary": "Odoo Community Backend Theme",
"version": "13.0.1.0.2",
"version": "13.0.1.0.3",
"category": "Themes/Backend", "category": "Themes/Backend",
"license": "LGPL-3", "license": "LGPL-3",
"author": "MuK IT", "author": "MuK IT",

2
muk_web_theme/views/res_config_settings_view.xml

@ -62,7 +62,7 @@
</div> </div>
<div class="content-group"> <div class="content-group">
<div class="mt16 row"> <div class="mt16 row">
<field name="theme_favicon_backend" widget="image" class="ml-4 oe_avatar" required="1"/>
<field name="theme_favicon" widget="image" class="ml-4 oe_avatar" required="1"/>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save