Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
820 Visualizzazioni

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 



Avatar
Abbandona
Risposta migliore

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

Avatar
Abbandona