Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
2
回覆
6736
瀏覽次數
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
|
4035 | ||
|
2
7月 23
|
784 | ||
|
2
1月 22
|
48116 | ||
|
1
10月 24
|
1665 | ||
|
2
7月 22
|
2861 |