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
返信
3481
ビュー
<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
|
990 | ||
|
1
2月 22
|
4432 | ||
|
3
8月 18
|
4660 | ||
|
8
2月 16
|
10852 | ||
|
0
7月 15
|
3613 |