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

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 :)