Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
2
返信
6766
ビュー
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
|
4045 | ||
|
2
7月 23
|
784 | ||
|
2
1月 22
|
48130 | ||
|
1
10月 24
|
1673 | ||
|
2
7月 22
|
2870 |