Skip to content

Commit

Permalink
[FIX] web_responsive : fixed the issue of fullscreen (OCA#873)
Browse files Browse the repository at this point in the history
Fixes OCA#859
  • Loading branch information
JayVora-SerpentCS authored and Timon Tschanz committed Apr 5, 2018
1 parent de90c89 commit 93a3bf5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions web_responsive/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Contributors
* Jairo Llopis <jairo.llopis@tecnativa.com>
* Dennis Sluijk <d.sluijk@onestein.nl>
* Sergio Teruel <sergio.teruel@tecnativa.com>
* Serpent Consulting Services Pvt. Ltd.<jay.vora@serpentcs.com>

Maintainer
----------
Expand Down
2 changes: 1 addition & 1 deletion web_responsive/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Web Responsive",
"summary": "It provides a mobile compliant interface for Odoo Community "
"web",
"version": "10.0.1.2.2",
"version": "10.0.1.2.3",
"category": "Website",
"website": "https://laslabs.com/",
"author": "LasLabs, Tecnativa, Odoo Community Association (OCA)",
Expand Down
19 changes: 19 additions & 0 deletions web_responsive/static/src/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,25 @@ main {
}

.o_web_client {
&.o_fullscreen {
#oe_main_menu_navbar {
display: none;
}
.o_main .o_sub_menu {
display: none;
}
.navbar {
display: none;
}
.navbar-default main-nav{
display: none
}
.main-nav{
display: none
}

}

>.o_main {
overflow: auto;
> .o_main_content {
Expand Down

0 comments on commit 93a3bf5

Please sign in to comment.