How to fetch the current url in a wizard?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
7181
Lượt xem
How to fetch the current url in a wizard?
Hi,
install module share, in each form, you will have two green buttons added on the top left of the title of the form (the first to give possibility to share the link with rights read or write, the second send an email with the link inside, this give the possibility to a people without openerp account to see/edit on the link you give), try the button and choose config you want (see/edit) and click on button share, in the wizard, you will have url displayed in a field, and in the body a script to share the link.
See in the code of module share and you will have the function which find the url ;) .
Hoping this will help and work.
Bye
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
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 | |
---|---|---|---|---|
|
2
thg 3 24
|
27859 | ||
Force wizard dimension
Đã xử lý
|
|
1
thg 4 24
|
8652 | |
|
2
thg 3 15
|
4934 | ||
|
3
thg 3 15
|
8725 | ||
|
1
thg 3 15
|
6005 |
could you better explain your need?
I want to show the current url in a text field in the wizard which is opened on clicking a link..
that's something you can't do via standard openerp's api.
Please guys can you be more explaining in your questions and comments? Why do you want this, what is your purpose? Which wizard is involved? What is the standard openerp's api?