mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
23 lines
580 B
Python
23 lines
580 B
Python
# -*- encoding: utf-8 -*-
|
|
# Copyright (C) 2014-2015 Grupo ESOC <www.grupoesoc.es>
|
|
|
|
{
|
|
"name": "Qweb XML Sample Report",
|
|
"version": "8.0.1.0.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": "For developers who want an example",
|
|
"depends": [
|
|
"contacts",
|
|
"report",
|
|
],
|
|
"data": [
|
|
"views/res_partner_templates.xml",
|
|
]
|
|
}
|