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

I am not able to install few fonts in the report in Windows server. I have tested same reports in an Ubuntu 14.04 and wkhtlmltopdf is able to retain the NimbusSansL font, but in windows server the font changes to Times new roman or Arial. Can any one help me on how to install a font for reports.


Any assistance for above questionI would be grateful. Thanks in advance.

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

Raisul Islam,thanks for the reply. I am new to Odoo, still learning. If you can give me a detailed explanation/ guidelines it will be of immense help.

Thanks again

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

you can add fonts as a static resource with the app and make reference of that with the xpath by inheriting the "reports.assets_common".

<template id="my_report" inherit_id="report.assets_common">
     <xpath expr="." position="after">

         link fonts here...

     </xpath>

</template>


Hope this will help you. Thanks.

     

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
бер. 23
145
2
бер. 19
13364
2
черв. 25
1039
0
бер. 25
2224
1
бер. 25
2321