Files
reporting-engine/report_batch/__manifest__.py
2020-04-15 07:48:06 +00:00

18 lines
638 B
Python

# Copyright (C) 2019 IBM Corp.
# Copyright (C) 2019 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Batch Report Printing",
"summary": "Ability to print multiple QWeb reports in a single batch.",
"version": "13.0.1.0.1",
"license": "AGPL-3",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"category": "Reporting",
"website": "https://github.com/OCA/reporting-engine",
"depends": ["stock"],
"data": ["security/ir.model.access.csv", "views/ir_action_report_view.xml"],
"installable": True,
"maintainers": ["bodedra"],
}