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
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|  | 1 4月 25  | 2002 | ||
|  | 0 12月 23  | 2361 | ||
| 
            
                Odoo App
            
            
                    解決済
            
         |  | 1 11月 23  | 2692 | |
|  | 0 5月 24  | 2338 | ||
|  | 0 10月 25  | 3299 | 
Hi,
Try <tree delete="0" >
Hi Cybrosys, thanks for your response, but delete="0" doesn't work.