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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
3512
查看
<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
|
1016 | ||
|
1
2月 22
|
4454 | ||
|
3
8月 18
|
4679 | ||
|
8
2月 16
|
10865 | ||
|
0
7月 15
|
3618 |