تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3052 أدوات العرض

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.