コンテンツへスキップ
メニュー
この質問にフラグが付けられました
4 返信
10224 ビュー

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 Sir,

Have you find the solutions?

Thanks,

アバター
破棄
最善の回答

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


アバター
破棄
関連投稿 返信 ビュー 活動
3
1月 21
7935
2
7月 25
558
1
8月 25
1363
1
6月 24
2245
1
11月 22
3450