Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
4 Antworten
9033 Ansichten

Hello, I have installed ubuntu 12.04 LTS odoo v8 to test, and I have noticed that when sending to print the report stock picking the barcode is not printed just get a blank box where it should print the barcode. The question is, I need some python package install?

 

Avatar
Verwerfen

Did you successfully print barcode in Odoo?

Beste Antwort

Hi,

Do you tried copying fonts files at http://www.reportlab.com/ftp/pfbfer.zip on your python path?: (/usr/lib/python2.7/dist-packages/reportlab/fonts), if fonts directory is not there, create it.

Regards

Avatar
Verwerfen
Beste Antwort

Hi Melvin Martinez

     Plz refer this link which gives u some ideas of printing pdf using python code

https://geonet.esri.com/thread/59446

Avatar
Verwerfen
Beste Antwort

Do you have python-reportlab installed?

apt-get install python-reportlab

That should do the trick. If not, you can try installing reportlab through pip

pip install reportlab

Good luck.

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
2
März 15
4057
0
Jan. 17
4065
1
März 15
5546
3
Juli 25
8789
1
Mai 25
1079