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
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
1
Respondre
7828
Vistes
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
2
de nov. 23
|
3615 | ||
|
7
d’abr. 21
|
21134 | ||
|
1
d’oct. 20
|
5289 | ||
change search filter
Solved
|
|
2
de nov. 16
|
4568 | |
|
4
de març 15
|
21483 |
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. ?