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",
|
2022-01-23 03:12:46 +00:00
|
|
|
"version": "2.0.1.0.1",
|
2021-03-23 19:14:27 +00:00
|
|
|
"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"],
|
|
|
|
}
|