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
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
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,
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
Force wizard dimension
Gelöst
|
|
1
Apr. 24
|
8626 | |
|
1
März 15
|
5973 | ||
|
1
März 15
|
7148 | ||
|
3
März 15
|
20513 | ||
|
0
Dez. 24
|
9449 |
Hi, can you explain more, what do you want to do exactly ? bye