I can't search in Many2One field

Hi people there,

am faced a problem on searching functionality for a Many2One field , after type a part of the word that i want to search it just stuck on same list and doesn’t give me any result, here is the code:

operation = fields.Many2One('processus.operation_properties', "Operation", required=True, 
        ondelete='CASCADE', select=True)

no result marked , after typing the part of word i type on the icon search or also if i type all the word nothing appear still shown all the list . anyone could help me how i can do it or is their any other solution ?

Thanks in advance.

I think you may need to look at how your rec_name searcher is setup in the processus.operation_properties model.

1 Like