2 views for a Many2Many

Hello,
I have a Many2Many field.
How do I give two different views to ‘Access Menu’ and the View I get when I click ‘Add’?
Is it possible to do this with view_ids? something like view_ids=“ir.access_menu_list,ir.access_menu_list2”

Best regards

A Many2Many widget has only 1 view but you can display the Many2Many field twice with 2 widgets having different views.

Thank you for the reply.

However, I mean how do I produce a different treeview for the pop-up that appears when I click ‘Add’?

It always uses the same view the widget. At some point it is logical if there are fields that are important to select a record, they must also be important when reading the values.