OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
673 B

  1. In the generated reports, the fields relative to the order details are not
  2. correctly displayed: they are both "cut" from the view, or the general
  3. font size is scaled down to make all the element fit which is not the
  4. default behavior. The font size should remain fixed and all the element
  5. should be visible, eventually spanning over multiple lines.
  6. This is due to the broken bootstrap 4 support of QtWebKit, used by
  7. wkhtmltopdf to generate pdf reports.
  8. In particular the new flexbox style introduced in the library is not
  9. supported and every element based on it will be ill-displayed.
  10. This module changes the .col-auto behavior to work similiar as in
  11. older Odoo versions.