Skip to Content
Menu
This question has been flagged
2 Replies
3244 Views

 In odoo 10 am trying to change the property of filter in many to one field in a form view how is it possible? I mean for now the search filter in form is in 'ilike' condition and i need to change it for '=ilike'

Avatar
Discard

can you please more explain?

Best Answer

Hello, if i'm correct you want to do domain on your field : 'your_field = fields.One2many('field', domain='[('id', ilike, '1'')' you will do it like that.


Avatar
Discard