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
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 4 25
|
1374 | ||
|
0
thg 12 23
|
1726 | ||
Odoo App
Đã xử lý
|
|
1
thg 11 23
|
1940 | |
|
0
thg 5 24
|
1668 | ||
|
0
thg 9 23
|
2620 |
Hi,
Try <tree delete="0" >
Hi Cybrosys, thanks for your response, but delete="0" doesn't work.