Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
6822 Lượt xem

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?


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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!

Ảnh đại diện
Huỷ bỏ

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

Câu trả lời hay nhất


https://youtu.be/n_lACoS-QeU

Ảnh đại diện
Huỷ bỏ