diff --git a/web_responsive/__manifest__.py b/web_responsive/__manifest__.py index b82f6a46..7a45133a 100644 --- a/web_responsive/__manifest__.py +++ b/web_responsive/__manifest__.py @@ -6,7 +6,7 @@ "name": "Web Responsive", "summary": "It provides a mobile compliant interface for Odoo Community " "web", - "version": "10.0.1.0.0", + "version": "10.0.1.1.0", "category": "Website", "website": "https://laslabs.com/", "author": "LasLabs, Tecnativa, Odoo Community Association (OCA)", @@ -21,5 +21,6 @@ ], 'qweb': [ 'static/src/xml/form_view.xml', + 'static/src/xml/navbar.xml', ], } diff --git a/web_responsive/static/src/less/navbar.less b/web_responsive/static/src/less/navbar.less index de8a4839..f112be07 100644 --- a/web_responsive/static/src/less/navbar.less +++ b/web_responsive/static/src/less/navbar.less @@ -36,6 +36,13 @@ header { top: -3.5px; } } + .o_switch_company_menu { + .oe_topbar_name { + @media (max-width: @screen-xs-max) { + display: none; + } + } + } > .oe_systray > li > a { .fa { position: relative; diff --git a/web_responsive/static/src/xml/navbar.xml b/web_responsive/static/src/xml/navbar.xml new file mode 100644 index 00000000..f3c9934d --- /dev/null +++ b/web_responsive/static/src/xml/navbar.xml @@ -0,0 +1,11 @@ + + + +