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
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
1
4月 26
|
5243 | |||
|
1
4月 25
|
3698 | |||
|
0
12月 23
|
3314 | |||
|
Odoo App
解決済
|
1
11月 23
|
4320 | ||
|
0
5月 24
|
3935 |
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.