I created wizard to input data from user, when i click button,
its will open new form
but,multiple hyperlink will displayed (from previous input data)
i want only active/last input data will displayed on hyperlink
how to do ?
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I created wizard to input data from user, when i click button,
its will open new form
but,multiple hyperlink will displayed (from previous input data)
i want only active/last input data will displayed on hyperlink
how to do ?
Thanks
Wendra,
Return this when you close wizard. This will reload the page.
return {
'type': 'ir.actions.client',
'tag': 'reload',
}
sorry i try but cannot hidden previous link, i want only active appear on header of form
I had same problem
Now I created a wizard to test, but it have not the problem without customizations.
You try to reload from python code when click close button of the wizard.
I don't know how to do? :)
my problem is, after i click button on my wizard, some multiple hyperlink appear on header likes
sales order/inv1 sales order/inv2 sales order inv3 (history my prev form), i dont know how to remove only active data
I don't know , I shall bring your question to top
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
1
thg 5 17
|
5698 | ||
|
3
thg 9 23
|
3456 | ||
|
2
thg 9 23
|
4645 | ||
|
1
thg 4 23
|
112 | ||
|
2
thg 12 21
|
12558 |
I am seeking this, how to clear history of header