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
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
1
Beantwoorden
7824
Weergaven
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.
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
2
nov. 23
|
3615 | ||
|
7
apr. 21
|
21134 | ||
filter with related model field
Opgelost
|
|
1
okt. 20
|
5289 | |
change search filter
Opgelost
|
|
2
nov. 16
|
4568 | |
Search with functional fields
Opgelost
|
|
4
mrt. 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. ?