コンテンツへスキップ
メニュー
この質問にフラグが付けられました
4 返信
9012 ビュー

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?

 

アバター
破棄

Did you successfully print barcode in Odoo?

最善の回答

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

アバター
破棄
最善の回答

Hi Melvin Martinez

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

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

アバター
破棄
最善の回答

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.

アバター
破棄
関連投稿 返信 ビュー 活動
2
3月 15
4038
0
1月 17
4034
1
3月 15
5508
3
7月 25
8745
1
5月 25
1039