Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
4 Ответы
10208 Представления

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


Аватар
Отменить
Related Posts Ответы Просмотры Активность
3
янв. 21
7933
2
июл. 25
552
1
авг. 25
1353
1
июн. 24
2243
1
нояб. 22
3446