mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
27 lines
770 B
Python
27 lines
770 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": "16.0.1.0.2",
|
|
"license": "AGPL-3",
|
|
"author": "Creu Blanca,Ecosoft,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/reporting-engine",
|
|
"depends": [
|
|
"web",
|
|
],
|
|
"data": [
|
|
"views/ir_actions_report.xml",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"report_qweb_encrypt/static/src/report/action_manager_report.esm.js",
|
|
"report_qweb_encrypt/static/src/report/encrypt_dialog.xml",
|
|
],
|
|
},
|
|
"installable": True,
|
|
"maintainers": ["kittiu"],
|
|
}
|