Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
3159 Tampilan

Hi!


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

Avatar
Buang

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

Jawaban Terbai

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}"/>
Avatar
Buang
Penulis

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