Hello, I would like to hide in sale order the option duplicate under the drop-down More
此问题已终结
2
回复
5509
查看
<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
|
3048 | ||
|
|
1
2月 22
|
6141 | ||
|
|
3
8月 18
|
6606 | ||
|
|
8
2月 16
|
13034 | ||
|
|
0
7月 15
|
5231 |