Hey guys,Can anyone give me a solution for printing multiple pdf reports from one button action?Is it possible?
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
2932
Views
There is no perfect or easy solution for this. But you can call the multiple reports from your method and create the PDFs in tmp directory.
Once it is done, archive (zip) all those PDFs and then let user to download the zip file.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Can Share any module or code for this??
This is possible and you can manage it by active ids. tweak the rendering template and the report parser function accordingly.