Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
6784
查看
Set those property like create="false" edit="false" in Tree view itself, that will eliminate rest of the things,
Suppose if you are loading the view from py method, then you set the flags on a return action
'flags': {'form': {'action_buttons': False}}
Hi Wendra,
kindly replace "target" mode for action to "inline" and update module.
<field name="target">inline</field>
ps: pls add option: create='false' into form view which you want remove button.
<form create="false" >
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
12月 15
|
4053 | ||
|
2
7月 23
|
784 | ||
|
2
1月 22
|
48141 | ||
|
1
10月 24
|
1689 | ||
|
2
7月 22
|
2883 |