How do I remove the word "add an item" at the tree!! Thank you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
12
回复
36077
查看
thank you guys this one works for me: <tree string="my Tree" create="false">
So helpful ... i used it and also delete attribute
<tree editable="bottom" create="false" delete="false">
Thanks
Hi, you can use:
<tree no_create_edit="1">
you couldn't create and edit ..
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
2
9月 23
|
5012 | ||
|
4
3月 15
|
5082 | ||
|
2
3月 15
|
6282 | ||
|
4
3月 15
|
5216 | ||
|
0
3月 15
|
5040 |
"add an item" use to add the new record. why u want remove the word ?..... or want to change the word?..
because I already have a list that is automatically generated (by clicking on "compute" button) in this case I don't need to have the word "add an item" in my list ( tree) ...