Browse Source

[FIX] bug #307

pull/311/head
Alain Van Utterbeeck 7 years ago
parent
commit
48fdc725b3
  1. 6
      mis_builder/report/mis_report_instance_qweb.py

6
mis_builder/report/mis_report_instance_qweb.py

@ -25,3 +25,9 @@ class Report(models.Model):
return super(Report, self).get_pdf(cr, uid, ids, report_name,
html=html, data=data,
context=context)
@api.v8
def get_pdf(self, docids, report_name, html=None, data=None):
return self._model.get_pdf(self._cr, self._uid,
docids, report_name,
html=html, data=data, context=self._context)
Loading…
Cancel
Save