Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
864 มุมมอง

i want to add a filter in a form that i'm creating 
i want to be able to filter the different field and have a searching 



อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

With odoo architecture what you can easily do is:

* Add a button in the form, on clicking it will take to tree view of one2many model data of the record
* From there you can get the search view and filter from the tree view

Thanks

อวตาร
ละทิ้ง