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

Hi!


Is it possible to disable Create and/or Edit for Many2xx fields?

الصورة الرمزية
إهمال

options="{'no_quick_create':True,'no_create_edit':True,'no_open':True}"

أفضل إجابة

you can pass no_create, no_edit option in XML to remove create edit feature respectively  

<field name="template_id" options="{'no_create': True, 'no_edit': True}"/>
الصورة الرمزية
إهمال
الكاتب

Thank you also Ravi, this option was exacly what I was looking for :)