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
الرد
7835
أدوات العرض
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
نوفمبر 23
|
3617 | ||
|
7
أبريل 21
|
21139 | ||
filter with related model field
تم الحل
|
|
1
أكتوبر 20
|
5304 | |
change search filter
تم الحل
|
|
2
نوفمبر 16
|
4577 | |
Search with functional fields
تم الحل
|
|
4
مارس 15
|
21489 |
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. ?