콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
6851 화면

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?


아바타
취소
베스트 답변

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!

아바타
취소

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

베스트 답변


https://youtu.be/n_lACoS-QeU

아바타
취소