mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
14 lines
398 B
Python
14 lines
398 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Report Generate Helper",
|
|
"version": "16.0.1.0.0",
|
|
"summary": "Helper to easily generate report",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/reporting-engine",
|
|
"license": "AGPL-3",
|
|
"category": "Reporting",
|
|
"depends": [
|
|
"base",
|
|
],
|
|
}
|