reporting-engine/report_qweb_encrypt/__manifest__.py

19 lines
572 B
Python
Raw Normal View History

2021-03-23 19:14:27 +00:00
# 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"],
}