mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
@@ -28,7 +28,8 @@ class ReportController(report.ReportController):
|
|||||||
options=options,
|
options=options,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
)
|
)
|
||||||
docids = [int(_id) for _id in (docids or "").split(",")]
|
if docids:
|
||||||
|
docids = [int(_id) for _id in docids.split(",")]
|
||||||
data = {**json.loads(options or "{}"), **kwargs}
|
data = {**json.loads(options or "{}"), **kwargs}
|
||||||
context = dict(request.env.context)
|
context = dict(request.env.context)
|
||||||
if "context" in data:
|
if "context" in data:
|
||||||
|
|||||||
Reference in New Issue
Block a user