Hello, I would like to hide in sale order the option duplicate under the drop-down More
この質問にフラグが付けられました
2
返信
5424
ビュー
<form duplicate="0">
</form>
by putting duplicate="0" in form view we can hide the duplicate in drop-down
I am not sure about hiding the duplicate option but, You can restrict the duplication by overriding copy( ) function.
@api.multi
def copy(self, default=None):
.....
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
|
1
8月 24
|
2947 | ||
|
|
1
2月 22
|
6066 | ||
|
|
3
8月 18
|
6510 | ||
|
|
8
2月 16
|
12949 | ||
|
|
0
7月 15
|
5159 |