This question has been flagged

I have a one2many field:

'items':fields.one2many('mymodule.product', 'parentid', 'Items'),

I would like to add a filter to items shown in the widget. For example allow user to search for items starting with "x".

How can I do it?

Avatar
Discard