[ADD] reporting-context

This commit is contained in:
Jaime Arroyo
2019-02-18 11:28:09 +01:00
committed by Pierrick Brun
parent 9f6c1c20e3
commit fb0efed1b8
16 changed files with 701 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 2019 Creu Blanca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Report Context',
'summary': """
Adding context to reports""",
'version': '11.0.1.0.0',
'license': 'AGPL-3',
'author': 'Creu Blanca,Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/reporting-engine',
'depends': [
'web',
],
'data': [
'views/ir_actions_report.xml',
'data/config_parameter.xml',
],
'demo': [
],
}