Daily updates from Odoo
Monday, September 15, 2014
2 changes · master
New functionality added to Odoo
A new postal mailing module lets users send invoices and sales orders through the DocsAway service, either one at a time or in batches from list views. This gives businesses an integrated way to handle physical document delivery directly from Odoo, with a test mode available in settings before going live.
Original PR description
...This module uses the DocsAway web service. It allows to send single documents or multiple ones (thanks to selection in list views). Here, invoices and sale orders are ready to use To test the module, don't forget to check the Test Mode box in General Settings.
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...