Browse Source

May 18 : [UPDT] Bug Fixed 'hue_backend_theme'

pull/254/head
AjmalCybro 2 years ago
parent
commit
304a1b3f9f
  1. 2
      hue_backend_theme/__manifest__.py
  2. 2
      hue_backend_theme/static/src/components/app_menu/side_menu.xml

2
hue_backend_theme/__manifest__.py

@ -25,7 +25,7 @@
"description": """Minimalist and elegant backend theme for Odoo 15, Backend Theme, Theme""",
"summary": "Hue backed Theme V15 is an attractive theme for backend",
"category": "Themes/Backend",
"version": "15.0.1.1.0",
"version": "15.0.1.2.0",
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',

2
hue_backend_theme/static/src/components/app_menu/side_menu.xml

@ -1,6 +1,6 @@
<templates id="template" xml:space="preserve">
<t t-inherit="web.NavBar.AppsMenu" t-inherit-mode="extension" owl="1">
<xpath expr="//AppsMenu[hasclass('o_navbar_apps_menu')]"
<xpath expr="//AppsMenu"
position="replace">
<li class="dropdown d-flex justify-content-center align-items-center">
<a class="full" data-toggle="dropdown" data-display="static"

Loading…
Cancel
Save