Hide search/filter box from kanban view for my custom module. Is it possible? I don't know how to inherit that view. Please suggest any solution.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
7842
화면
This is done by the same mechanisme as inheriting a Form or Tree view. In this case you want to inherit the Search view.
You can search filters and add the attribute invisible="1"
If you need help you can contact me.
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
2
11월 23
|
3625 | ||
|
7
4월 21
|
21150 | ||
|
1
10월 20
|
5312 | ||
change search filter
해결 완료
|
|
2
11월 16
|
4582 | |
|
4
3월 15
|
21495 |
I only defined a tree view and form view no search view for my module. but still the search/filter box showing there. i need to completely remove from that view. ?