-
- Downloads
[FIX] web: Display properly company phone in report
Steps to reproduce : - Install Sales - Modify the report, use the theme "Clean" and the font "Open Sans" - Modify the company phone to: +41 26 322 01 02 - Print a quotation Issue : Company phone is on 2 lines Cause : CSS issue with wkhtmltopdf. Solution : Replace CSS display value `inline-block` by `inline`. ref commit: https://github.com/odoo/odoo/commit/5b022f433a44e627541d30ae21d7a867f4a3a6ff opw-2567836 closes odoo/odoo#75515 Signed-off-by:bon-odoo <nboulif@users.noreply.github.com>
Please register or sign in to comment