If I show the many2many field with the widget many2many_tags
the option "Search more..." appears in the drop-down menu. How can I avoid it?
<field name="groups_id"
widget="many2many_tags"
create="0"
options="{'no_create_edit': True,'no_quick_create':True,'no_create':True,'no_open':True}"/>
Is there a way to remove the "Search more... " option?