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
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
1
kwi 26
|
4860 | |||
|
1
kwi 25
|
3452 | |||
|
0
gru 23
|
3242 | |||
|
Odoo App
Rozwiązane
|
1
lis 23
|
4151 | ||
|
0
maj 24
|
3739 |
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.