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

I can't find the way to change the font size in the pdf reports (quotes, orders & invoices).
Is it done via css? I yes, where is the css file?

Аватар
Отменить

What method is your pdf generation? And what odoo version?

Автор

Wkhtmltopdf and Odoo v8

Лучший ответ

 One of the way is inline-css:

You can directly add style in page, like this one

<div class="page" style="font-size: 15px !important;">
Аватар
Отменить
Лучший ответ

Hi,

You can refer to the Blog:
https://www.cybrosys.com/blog/how-odoo-helps-you-to-set-up-the-custom-paper-format-for-each-repor

Hope it helps

Аватар
Отменить