diff --git a/addons/report/controllers/main.py b/addons/report/controllers/main.py index 56236990316..a7de64f61c4 100644 --- a/addons/report/controllers/main.py +++ b/addons/report/controllers/main.py @@ -89,7 +89,7 @@ class ReportController(Controller): width, height, humanreadable = int(width), int(height), bool(humanreadable) barcode = createBarcodeDrawing( type, value=value, format='png', width=width, height=height, - humanReadable = humanreadable + humanReadable = humanreadable, quiet=0 ) barcode = barcode.asString('png') except (ValueError, AttributeError):