跳至內容
選單
此問題已被標幟
2 回覆
34959 瀏覽次數

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;">
頭像
捨棄