reporting-engine/report_xml/__manifest__.py

26 lines
705 B
Python
Raw Permalink Normal View History

2021-03-23 19:37:36 +00:00
# Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
# License AGPL-3.0 or later (https://www.gnuorg/licenses/agpl.html).
{
"name": "XML Reports",
2021-05-27 10:47:06 +00:00
"version": "1.0.1.0.2",
2021-03-23 19:37:36 +00:00
"category": "Reporting",
"website": "https://gitlab.com/flectra-community/reporting-engine",
"author": "Grupo ESOC Ingeniería de Servicios, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"application": False,
"summary": "Allow to generate XML reports",
"depends": [
"web",
],
"data": [
"views/report_xml_templates.xml",
"views/webclient_templates.xml",
],
"demo": [
"demo/report.xml",
]
}