Hello,
I have created many2many field, which can contain many elements :
capture_ref = fields.Many2many('affichage.information', string="Numéro de série", required=True)
I would like to browse the these elements in order to can apply my search function :
rec = self.env['affichage.information'].search([('reference', '=', self.capture_ref.reference)])