You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
542 B
21 lines
542 B
# -*- encoding: utf-8 -*-
|
|
# Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
|
|
|
|
{
|
|
"name": "Qweb XML Reports",
|
|
"version": "1.0",
|
|
"category": "Reporting",
|
|
"website": "https://grupoesoc.es",
|
|
"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",
|
|
]
|
|
}
|