Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
21
report_csv/__manifest__.py
Normal file
21
report_csv/__manifest__.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 2019 Creu Blanca
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Base report csv",
|
||||
"summary": "Base module to create csv report",
|
||||
"author": "Creu Blanca, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/reporting-engine",
|
||||
"category": "Reporting",
|
||||
"version": "18.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["base", "web"],
|
||||
"demo": ["demo/report.xml"],
|
||||
"data": ["views/ir_actions_views.xml"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"report_csv/static/src/js/report/qwebactionmanager.esm.js"
|
||||
]
|
||||
},
|
||||
"development_status": "Production/Stable",
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user