mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_xml: Migration to 10.0
This commit is contained in:
25
report_xml/__manifest__.py
Normal file
25
report_xml/__manifest__.py
Normal file
@@ -0,0 +1,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
"name": "XML Reports",
|
||||
"version": "10.0.1.0.0",
|
||||
"category": "Reporting",
|
||||
"website": "https://github.com/OCA/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": [
|
||||
"report",
|
||||
],
|
||||
"data": [
|
||||
"views/report_xml_templates.xml",
|
||||
],
|
||||
"demo": [
|
||||
"demo/report.xml",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user