Showing posts with label custom fonts in openerp. Show all posts
Showing posts with label custom fonts in openerp. Show all posts

Wednesday 5 March 2014

Change report fonts in Odoo

Change reports fonts in Odoo/OpenERP


Let's change font in Odoo/openerp reports. I mean some time we need to change the report font in our company font. Simple answer go to every report(.rml) and change manually every where.

I have simple way to just replace the font.

Steps to do in simplest way

 - Download Community module from : l10n_cn_fonts
 - Just replace your fonts don't forget to put fonts in l10n_cn_fonts/fonts folder.
 - Replace the font name in the file __init__.py accordingly.
 - Install module

So, now at the time of rendering it will always consider your fonts.


..Enjoy..