mirror of https://github.com/OCA/web.git
19 lines
579 B
Python
19 lines
579 B
Python
# Copyright (C) 2024 - ForgeFlow S.L.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Web Excel Export Dynamic Expand",
|
|
"summary": "Export collapsed groups or the full tree, based on its view.",
|
|
"version": "15.0.1.0.0",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web",
|
|
"license": "AGPL-3",
|
|
"depends": ["web"],
|
|
"data": [],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"web_excel_export_dynamic_expand/static/src/js/data_export.esm.js",
|
|
],
|
|
},
|
|
}
|