Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3050 Visualizações

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

Avatar
Cancelar
Melhor resposta

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

Avatar
Cancelar
Autor

Hi Annadurai,

I tried this code. But its not working.