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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
7811
瀏覽次數
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
|
3612 | ||
|
7
4月 21
|
21131 | ||
|
1
10月 20
|
5289 | ||
|
2
11月 16
|
4565 | ||
|
4
3月 15
|
21481 |
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. ?