-
- Downloads
[IMP] base, requirements: support datamatrix barcode printing
reportlab package is already in use to print barcodes, but it requires extra packages (pylibdmtx and libdmtx) to print Data Matrix barcodes. Unfortunately the python3-pylibdmtx package is not currently in the Ubuntu version being used by Odoo SaaS and odoo.sh => we cannot install this package automatically. Therefore we leave both packages as optional extra installs for users since pylibdmtx is available via pip3 and additional libdmtx package can be installed at that time (libdmtx0b on linux, other OS info in pylibdmtx pip page). We default to Code128 to avoid blocking stacktrace in case Reportlab cannot print Data Matrices. Part of task: 2494740 Part-of: odoo/odoo#82389