reporting-engine/report_qweb_encrypt/__manifest__.py
2021-03-23 20:14:27 +01:00

19 lines
572 B
Python

# Copyright 2020 Creu Blanca
# Copyright 2020 Ecosoft Co., Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Report Qweb Encrypt",
"summary": "Allow to encrypt qweb pdfs",
"version": "2.0.1.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Ecosoft,Odoo Community Association (OCA)",
"website": "https://gitlab.com/flectra-community/reporting-engine",
"depends": [
"web",
],
"data": ["views/ir_actions_report.xml", "templates/assets.xml"],
"installable": True,
"maintainers": ["kittiu"],
}