Solution for Odoo not displaying barcode on printed product label picking list
欢迎!
分享和讨论最佳内容和新营销理念,打造专业形象,共同成为更好的营销人员。
Solution for Odoo not displaying barcodes on printed product labels and picking slips
This question has been flagged
1
Reply
2640
Views
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