[11.0][ADD] Batch report printing

This commit is contained in:
Bhavesh Odedra
2019-10-17 18:35:41 +05:30
parent 9ffa21c838
commit 912fc102cc
15 changed files with 817 additions and 0 deletions

5
report_batch/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
# Copyright (C) 2019 IBM Corp.
# Copyright (C) 2019 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models