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:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- 프로젝트
- MRP
신고된 질문입니다
2
답글
5766
화면
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,
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
Force wizard dimension
해결 완료
|
|
1
4월 24
|
9351 | |
|
|
1
3월 15
|
6807 | ||
|
|
1
3월 15
|
8015 | ||
|
|
3
3월 15
|
21451 | ||
|
|
1
10월 25
|
5613 |
Hi, can you explain more, what do you want to do exactly ? bye