I want to print multiple invoice pdf in odoo but everytime I select the invoices I want to print (List-View) and press "print -> invoices" I got a big pdf with all selected invoices included.
Is there a way to print them in seperate pdfs at once?
I want to print multiple invoice pdf in odoo but everytime I select the invoices I want to print (List-View) and press "print -> invoices" I got a big pdf with all selected invoices included.
Is there a way to print them in seperate pdfs at once?
Basically it's a limitation of HTTP protocol (web technology)
HTTP does not support more than one file download at once (in a single action).
the best solution to handle this kind of problem is to create zip file of all the invoices you want to print at the server-side. Download it as a single zip file.
Odoo doesn't have builtin configuration/support for it.
but using customization you can achieve this functionality.
Vualá, thankyou very much¡
Hi,
it's possible.
we have already developed modules to print multiple reports at one click.
Print Multiple Invoice Reports To Single File
Print Multiple Sales Reports To Single File
Print Multiple Reports In Single File
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
3
Jan 21
|
10153 | |||
|
0
Mar 15
|
5865 | |||
|
1
Apr 26
|
25 | |||
|
0
Dec 25
|
10 | |||
|
2
Jul 25
|
3255 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.