This question has been flagged
1 Reply
4884 Views

I have Ubuntu 14.04 os installed on my machine and build of Odoo published on 18 th dec 2014.

when I try to print the picking it is showing only blank box instead of barcode. I have followed following steps as well

1.Download and uncompress in /path/to/your/python/site-packages/reportlab/fonts these file

http://www.reportlab.com/ftp/fonts/pfbfer.zip

2.Restart server and try

but still its not showing me barcode. what to do? is any library file missing in my system? then which one? plz help.

Thanks in advance. :-)

Avatar
Discard
Best Answer

Hi you can achieve by installing

sudo pip install -U reportlab

after installing restart the openerp server and print the report to get barcode

Avatar
Discard