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
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
3
Replies
2207
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Jul 24
|
225 | ||
|
1
Sep 23
|
707 | ||
|
1
Jun 23
|
1872 | ||
|
1
Mar 24
|
2520 | ||
|
1
Dec 22
|
1810 |
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.