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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
This question has been flagged
1
Cevapla
8891
Görünümler
Hi
Try this code
<tree string="Your Tree view name" edit="false" create="false" delete="false">
This code remove create,write and delete button
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye OlRelated Posts | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
2
Ara 23
|
11842 | ||
|
3
Tem 22
|
21973 | ||
|
2
Haz 21
|
17744 | ||
|
0
Eyl 20
|
3135 | ||
|
0
May 16
|
3469 |