-
- Downloads
[FIX] web: incompatible blockquote css
- Add the following in a PDF report: ```html <p> <blockquote> <ol class="loweralpha simple"> <li>Item that explain terms</li> <li>Another item that explain something else</li> </ol> </blockquote> </p> ``` - Print the report Wkhtmltopdf crashes with the error: Wkhtmltopdf failed (error code: -11). Memory limit too low or maximum file number of subprocess reached. Message : b''. This is a known issue: https://github.com/wkhtmltopdf/wkhtmltopdf/issues/4115 Actually, since this CSS is only used for Wkhtmltopdf reports, we can simply remove the CSS rule causing the problem. Closes #37034 Fixes #37033 opw-2073195 closes odoo/odoo#37136 Signed-off-by:Nicolas Martinelli (nim) <nim@odoo.com>
Please register or sign in to comment