Daily updates from Odoo
Monday, September 15, 2014
1 change · master
Resolved issues and error corrections
Reports can now be generated with margins set to zero instead of falling back to default margins. This helps businesses produce documents with exact layouts, such as edge-to-edge labels or custom forms.
Original PR description
By using margins as booleans, it was not possible to define a document with margins in 0. If you put 0 on the template, then call to wkhtmltopdf will ignore them and wkhtmltopdf will use defaults for margins...