跳至内容
菜单
此问题已终结
1 回复
3040 查看

In Many2one field, when choosing Search more Create button will be visible. How to hide that Create button in Odoo 9?

形象
丢弃
最佳答案

<field name="user_id" options="{'no_show':True,'no_create':True,'no_open':True}"/> Check out this.

形象
丢弃
编写者

Hi Annadurai,

I tried this code. But its not working.