Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
3054 มุมมอง

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.