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