Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
3137 Widoki

Hi!


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

Awatar
Odrzuć

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

Najlepsza odpowiedź

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}"/>
Awatar
Odrzuć
Autor

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