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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
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,
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
Force wizard dimension
Risolto
|
|
1
apr 24
|
8617 | |
|
1
mar 15
|
5958 | ||
|
1
mar 15
|
7135 | ||
|
3
mar 15
|
20498 | ||
|
0
dic 24
|
9446 |
Hi, can you explain more, what do you want to do exactly ? bye