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
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
7814
Lượt xem
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.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 11 23
|
3612 | ||
|
7
thg 4 21
|
21131 | ||
filter with related model field
Đã xử lý
|
|
1
thg 10 20
|
5289 | |
change search filter
Đã xử lý
|
|
2
thg 11 16
|
4565 | |
Search with functional fields
Đã xử lý
|
|
4
thg 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. ?