There is no way to create report for multiple objects

Bug #1248314 reported by Egor Tsinko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OERPLib
Fix Released
Undecided
Unassigned

Bug Description

When attempting to create a report for multiple objects an error is thrown. I.e.:

oerp.report('report_name', 'report_model', [id1, id2, id3]) causes an error,

 while separate calls are ok:

oerp.report('report_name', 'report_model', id1)
oerp.report('report_name', 'report_model', id2)
oerp.report('report_name', 'report_model', id3)

Related branches

Changed in oerplib:
milestone: none → 0.7.3
status: New → Fix Committed
Changed in oerplib:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.