I have created a dynamic view for a wizard which contains boolean fields. How to fetch the values entered in the dynamic view?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- 專案管理
- MRP
此問題已被標幟
2
回覆
5720
瀏覽次數
if you have already made wizard then set button type="action" and name="%(wizard_view_id)d".
when you press that button the default_get of that wizard will called and you can put your code to fetch the dyanmic values.
Hi Shelton,
If you have a button on the wizard then When you click on the button the method executed on that button will have the id and the context parameter. That should help you.
Thanks,
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|
|
1
4月 24
|
9333 | ||
|
|
1
3月 15
|
6759 | ||
|
|
1
3月 15
|
7951 | ||
|
|
3
3月 15
|
21411 | ||
|
|
1
10月 25
|
5596 |
Hi, can you explain more, what do you want to do exactly ? bye