Skip to Content
Menu
This question has been flagged
1 Atsakyti
3047 Rodiniai

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

Portretas
Atmesti
Best Answer

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

Portretas
Atmesti
Autorius

Hi Annadurai,

I tried this code. But its not working.