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
回覆
3411
瀏覽次數
<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
|
936 | ||
|
1
2月 22
|
4371 | ||
|
3
8月 18
|
4605 | ||
|
8
2月 16
|
10778 | ||
|
0
7月 15
|
3573 |