I'm trying to disable the X that appears at the right side of a tree view. I want to disable deleting in a specific tree view. How do I achieve this?
< tree delete="false" > doesn't work.
I'm trying to disable the X that appears at the right side of a tree view. I want to disable deleting in a specific tree view. How do I achieve this?
< tree delete="false" > doesn't work.
check the table name and enter the name of the model in the access right and remove the delete access
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
1
abr. 26
|
4996 | |||
|
1
abr. 25
|
3576 | |||
|
0
dez. 23
|
3277 | |||
|
Odoo App
Resolvido
|
1
nov. 23
|
4227 | ||
|
0
mai. 24
|
3791 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Hi,
Try <tree delete="0" >
Hi Cybrosys, thanks for your response, but delete="0" doesn't work.