This question has been flagged
2 Replies
6398 Views

When I start my fresh install of odoo 9, the search buttons  (Filters - Group by - Favorites) that should be present below the search field at the top-right of views are not visible. When I inspected the css, I found that the following code block

element {
     display: none;
}

was inserted just before the

.btn-group, .btn-group-vertical { 
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

block that corresponds to the styling of the missing buttons. Two colleagues of mine do not have the problem and correctly see the "buttons" while they use exactly the same sources for odoo 9 than me.

Do you have any idea about what could cause the insertion of this annoying piece of code?


Avatar
Discard
Best Answer

If you go into a module and click the little magnifying glass in the upper right hand of the screen at the far right of the searchbar the filters will show up. If you click on it again, they will go away.  It is a way to toggle the filters /sorts/favs menu.  Hope this helps!

Avatar
Discard

Thank You So much.. It helped a lot :)

Best Answer


https://youtu.be/n_lACoS-QeU

Avatar
Discard