Hello, I would like to hide in sale order the option duplicate under the drop-down More
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
3588
화면
<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
|
1156 | ||
|
1
2월 22
|
4524 | ||
|
3
8월 18
|
4768 | ||
|
8
2월 16
|
10969 | ||
|
0
7월 15
|
3697 |