Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
8900 Ansichten

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
Verwerfen
Beste Antwort

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
Verwerfen
Autor

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

Verknüpfte Beiträge Antworten Ansichten Aktivität
2
Dez. 23
11843
3
Juli 22
21974
2
Juni 21
17744
0
Sept. 20
3135
0
Mai 16
3471