Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
34942 Vizualizări

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?

Imagine profil
Abandonează

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

Autor

Wkhtmltopdf and Odoo v8

Cel mai bun răspuns

 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;">
Imagine profil
Abandonează