Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
34943 Widoki

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?

Awatar
Odrzuć

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

Autor

Wkhtmltopdf and Odoo v8

Najlepsza odpowiedź

 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;">
Awatar
Odrzuć