如果我使用小部件显示 many2many 字段,many2many_tags
则下拉菜单中会出现“搜索更多...”选项。我怎样才能避免它?
<field name="groups_id"
widget="many2many_tags"
create="0"
options="{'no_create_edit': True,'no_quick_create':True,'no_create':True,'no_open':True}"/>
有没有办法删除“搜索更多...”选项?