odoo/odoo#181136
Created by fw-bot
Merged
at fa3350d3d4f72ed3e0d0ac0370723b167c5dbd07
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:17.0-16.0-base-fix-reportlab-barcodes-ajf-YsJI-fw
- head
- 9f57c9c7fb5f27744941301d04e75c6619c1bf53
- merged
- 8 months ago by Logistics, Jean-Francois Aubert (ajf)
odoo/odoo | |
---|---|
16.0 | #180994 |
17.0 | #181136 |
saas-17.2 | #181196 |
saas-17.4 | #181218 |
18.0 | |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
master | #181248 |
[FW][FIX] base: use valid font for reportlab barcodes
With new Type 1 font constraints and the fonts-urw-base35 package, the 'Courier' font may not be available and we have to use the substitution font.
However, the delivered afm files lack the required Ascender/Descender for reportlab to correctly position the human readable part of barcodes.
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #180994