I am new in odoo and working in odoo 10. I saw that Odoo has its own and very powerful search. But i have a requirement where i want to add custom checkboxes in search view. So that user can check/uncheck to filter out the records in list view. I know this can be achieved by using custom filters but i am building a solution for users which are not much technical to understand the custom filters.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
21160
มุมมอง
Hi,
The extension of search view is also same as other views.
Try this example
<record id="category_grouping_search" model="ir.ui.view"> |
view_res_partner_filter is the id of the original record that you want to extend.
Thank you.
Hi,
where can i find the search criteria? is there a page describing the use of this?
I have a module in which the model has no "name" field, I want to know how to implement this feature on alternative fields
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
2
ก.ย. 17
|
10481 | ||
|
0
ส.ค. 17
|
4660 | ||
|
1
มี.ค. 20
|
4544 | ||
|
0
ส.ค. 22
|
2399 | ||
|
1
ก.ค. 22
|
20102 |
Did you find any proper solution for this? I also want to add check boxes. If you did it, Would be great help if you share here.
No i didn't found any solution for this. I added default filter so now i can click on default filters instead of check-boxes.