[imp] updated ids in report

bzr revid: nicolas.vanhoren@openerp.com-20110908095411-eezf69hw64khlx91
This commit is contained in:
niv-openerp 2011-09-08 11:54:11 +02:00
parent 17d1f78682
commit 4e0412f0c3
1 changed files with 2 additions and 1 deletions

View File

@ -1368,9 +1368,10 @@ class Reports(View):
report_data['report_type'] = action['report_type']
if 'datas' in action and 'form' in action['datas']:
report_data['form'] = action['datas']['form']
report_ids = context["active_ids"]
report_id = report_srv.report(
req.session._db, req.session._uid, req.session._password,
action["report_name"], context["active_ids"],
action["report_name"], report_ids,
report_data, context)
report_struct = None