Files
reporting-engine/report_xml_sample/__openerp__.py
2015-11-18 12:22:38 +01:00

22 lines
539 B
Python

# -*- encoding: utf-8 -*-
# Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
{
"name": "Qweb XML Sample Report",
"version": "1.0",
"category": "Reporting",
"author": "Odoo Community Association (OCA), Grupo ESOC",
"license": "AGPL-3",
"website": "https://odoo-community.org/",
"installable": True,
"application": False,
"summary": "For developers who want an example",
"depends": [
"contacts",
"report",
],
"data": [
"views/res_partner_templates.xml",
]
}