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.

9 lines
564 B

  1. This module allows you to add new parameters for a paper format which are
  2. then forwarded to wkhtmltopdf command as arguments. To display the arguments
  3. that wkhtmltopdf accepts go to your command line and type 'wkhtmltopdf -H'.
  4. A commonly used parameter in Odoo is *--disable-smart-shrinking*, that will
  5. disable the automatic resizing of the PDF when converting. This is
  6. important when you intend to have a layout that conforms to certain alignment.
  7. It is very common whenever you need to conform the PDF to a predefined
  8. layoyut (e.g. checks, official forms,...).