Files
report-print-send/base_report_to_printer/tests
Sylvain GARANCHER 7422e99933 [FIX] Fixed the print_document method of report
The new API migration was made to @api.multi because of the "cr, uid,
ids" signature, but "ids" was the ids of the records to print here, not
the report's ids.
Also, the new API version of "get_pdf" get directly the ids of the
records to print in the standard module, not a recordset.
2017-02-23 18:03:55 +01:00
..