Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
26
report_qweb_encrypt/__manifest__.py
Normal file
26
report_qweb_encrypt/__manifest__.py
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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": "18.0.1.0.0",
|
||||
"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"],
|
||||
}
|
||||
Reference in New Issue
Block a user