Browse Source

publish muk_web_theme 15.0.1.0.1

16.0
Mathias Markl 2 years ago
parent
commit
04ade6eaff
  1. 2
      muk_web_theme/__manifest__.py
  2. 3
      muk_web_theme/static/src/webclient/navbar/navbar.xml

2
muk_web_theme/__manifest__.py

@ -23,7 +23,7 @@
{ {
'name': 'MuK Backend Theme', 'name': 'MuK Backend Theme',
'summary': 'Odoo Community Backend Theme', 'summary': 'Odoo Community Backend Theme',
'version': '15.0.1.0.0',
'version': '15.0.1.0.1',
'category': 'Themes/Backend', 'category': 'Themes/Backend',
'license': 'LGPL-3', 'license': 'LGPL-3',
'author': 'MuK IT', 'author': 'MuK IT',

3
muk_web_theme/static/src/webclient/navbar/navbar.xml

@ -62,6 +62,9 @@
<xpath expr="//nav" position="inside"> <xpath expr="//nav" position="inside">
<AppsBar apps="apps"/> <AppsBar apps="apps"/>
</xpath> </xpath>
<xpath expr="//t[@t-call='web.NavBar.SectionsMenu']" position="attributes">
<attribute name="t-if">currentAppSections.length</attribute>
</xpath>
</t> </t>
</templates> </templates>
Loading…
Cancel
Save