Skip to Content
Menu
This question has been flagged
2 Replies
2408 Views

Hello, I would like to hide in sale order the option duplicate under the drop-down More

Avatar
Discard
Best Answer
<form duplicate="0">

</form>

by putting duplicate="0" in form view we can hide the duplicate in drop-down
Avatar
Discard
Best Answer

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):
.....
Avatar
Discard
Related Posts Replies Views Activity
1
Aug 24
100
1
Feb 22
3371
3
Aug 18
3898
8
Feb 16
9896
0
Jul 15
2852