mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-14 10:12:05 +00:00
19 lines
572 B
Python
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.1",
|
|
"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"],
|
|
}
|