Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
6847 Näkymät

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
Hylkää
Paras vastaus

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
Hylkää

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

Paras vastaus


https://youtu.be/n_lACoS-QeU

Avatar
Hylkää