22 lines
643 B
Python
22 lines
643 B
Python
# © 2017 Creu Blanca
|
|
# Copyright 2024 Quartile (https://www.quartile.co)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Report PDF ZIP Download",
|
|
"category": "Report",
|
|
"version": "18.0.1.0.0",
|
|
"author": "Quartile, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/reporting-engine",
|
|
"license": "AGPL-3",
|
|
"depends": ["web"],
|
|
"data": [
|
|
"views/ir_actions_report_views.xml",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"report_pdf_zip_download/static/src/js/action_manager_report.esm.js",
|
|
],
|
|
},
|
|
"installable": True,
|
|
}
|