I have a button in form which show a wizard has a button to print specific report template, i want to show a template data directly in this wizard without click to print and call a template. is there any way to do this?
i try to but this directly but data is not showed.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
3
Antwoorden
2925
Weergaven
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
0
jul. 24
|
1474 | ||
How can i inherit this template?
Opgelost
|
|
1
sep. 23
|
2013 | |
|
1
jun. 23
|
3177 | ||
|
1
mrt. 24
|
4546 | ||
|
1
dec. 22
|
3389 |
You can create a o2m field in the wizard and can show your report data to o2m field when wizard is opened.
this report data is not always the same, so i can't create pre-fields for them.
Data pre-filling will be dynamical. You can fill up the data into o2m from default_get/your custom (called from button) method of the wizard and add your logic in the method.