Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4497 Переглядів

I have relocated my Odoo v11 CE from AWS Ubuntu 16.04 to Digital Ocean 18.04. All of the reports have a larger font on the new server (18.04): Invoices, Sales Orders, financial reports (both built-in Odoo and OCA), WH-IN and WH-OUT documents, etc. all have a bigger font size than on the old server (16.04) (in the report header, footer, and body).

The same version of wkhtmltopdf is installed on both servers: 

wkhtmltopdf 0.12.5 (with patched qt)

Does anyone know how to fix this? Is there a default font size for Ubuntu that Odoo reads and uses? There's too many reports to fix manually.


Аватар
Відмінити

I think this will be related to the WKhtml. Uninstall all wkhtml patches and reinstall the Odoo recommended version from the given links.

Автор

Thanks Hilar -- we had already tried uninstalling/reinstalling.

Найкраща відповідь

Hi MAX
wkhtmltopdf use underlying OS system font using fc-match if exact font package not found then it fallback to near closest match font.

ref: https://github.com/Surnet/docker-wkhtmltopdf/issues/1
to solve this issue installed relevant font in OS

To fix this issue install -> apt-get install fonts-urw-base35
 

Аватар
Відмінити
Автор

Perfect fix — thank you, Ravi!

Related Posts Відповіді Переглядів Дія
1
черв. 25
4195
1
трав. 24
1606
0
вер. 20
2428
1
квіт. 25
1004
1
вер. 24
1694