Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请就此向我提出建议。需要删除删除图标。但需要创建和编辑记录。如果我将其设置为只读,则也无法编辑。那么实现这个的更好方法是什么
添加标签delete="false"。tree
delete="false"
tree
<tree string="My Tree" delete="false">
这将从one2many树视图中删除删除选项。
one2many
我也以一种形式使用它。像那样,
<form string="Employee" version="7.0" create="false" edit="false" delete="false">
有效。