欢迎!

分享和讨论最佳内容和新营销理念,打造专业形象,共同成为更好的营销人员。

注册

You need to be registered to interact with the community.
This question has been flagged
1 Reply
2638 Views

Solution for Odoo not displaying barcode on printed product label picking list

Avatar
Discard
Author Best Answer

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

Avatar
Discard