Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
6828 Widoki

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?


Awatar
Odrzuć
Najlepsza odpowiedź

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!

Awatar
Odrzuć

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

Najlepsza odpowiedź


https://youtu.be/n_lACoS-QeU

Awatar
Odrzuć