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

I have been developing module for OpenERP-7. I wanted to know that how can I disable create/delete button for specific function. Like I am clicking on a button to open a tree view. All I want is to disable the create button form top of that tree view. How can I achieve this in OpenERP. I dont have any other ml view for this tree view. I am calling the only tree view. But this time I dont need the create/discard button. Can anyone guide me how to do this. Hopes for suggestion and guidance

Avatar
Annuleer
Beste antwoord

Hi

Try this code

 

<tree string="Your Tree view name" edit="false" create="false" delete="false">

This code remove create,write and delete button

 

Avatar
Annuleer
Auteur

But this will remove create/delete button from every tree view of the model. I just want to disable them when coming through my specific button

Gerelateerde posts Antwoorden Weergaven Activiteit
2
dec. 23
11844
3
jul. 22
21975
2
jun. 21
17745
0
sep. 20
3138
0
mei 16
3471