Solution for Odoo not displaying barcode on printed product label picking list
欢迎!
分享和讨论最佳内容和新营销理念,打造专业形象,共同成为更好的营销人员。
odoo打印產品標籤揀貨單條碼不顯示解決辦法
此問題已被標幟
1
回覆
2639
瀏覽次數
1. Download
http://www.reportlab.com/ftp/fonts/pfbfer.zip
2. Extract to the corresponding version directory in the Python environment. If the fonts folder is not found in reportlab, create one manually
Example: /XXX/lib/python3.6/site-packages/reportlab/fonts
If it still cannot be resolved, proceed as follows:
3、pip3 install --upgrade pip
4、pip3 install reportlab --upgrade