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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
1
dub 25
|
1350 | ||
|
0
pro 23
|
1702 | ||
Odoo App
Vyřešeno
|
|
1
lis 23
|
1913 | |
|
0
kvě 24
|
1653 | ||
|
0
zář 23
|
2599 |
Hi,
Try <tree delete="0" >
Hi Cybrosys, thanks for your response, but delete="0" doesn't work.