Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
34938 Visualizzazioni

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?

Avatar
Abbandona

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

Autore

Wkhtmltopdf and Odoo v8

Risposta migliore

 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;">
Avatar
Abbandona