If you defined a selection on website form that will hold 'many2many' field, so it will look like 'many2many_tags' widget, you need a special handling...
If you have this code onchange: @api.onchange('a_field') def _onchange_cor(self): if self.a_field: self.env.cr.execute('SELECT name from a_table whe...