Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3061 Tampilan

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

Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Penulis

Hi Annadurai,

I tried this code. But its not working.