Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
34939 Näkymät

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
Hylkää

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

Tekijä

Wkhtmltopdf and Odoo v8

Paras vastaus

 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
Hylkää