Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
2972 Weergaven

How shall I avoid search view for a particular model in OpenERP 7?

Avatar
Annuleer
Beste antwoord

To avoid editing and deleting, one can put this into view xml:

<form string="Your string" edit="false" create="false" delete="false">

I am not sure it will work, but I would first try to do the same in views, just with

 search="false"
Avatar
Annuleer
Auteur

That didn't work. I don't want search view for a particular model.