Files
reporting-engine/report_custom_filename/__openerp__.py
2016-12-11 12:32:44 +01:00

29 lines
707 B
Python

# -*- coding: utf-8 -*-
# Copyright 2014 Therp BV (<http://therp.nl>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Custom report filenames",
"summary": "Configure the filename to use when downloading a report",
"version": "9.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"complexity": "normal",
"category": "Reporting",
"depends": [
'web',
'mail',
],
"data": [
"view/ir_actions_report_xml.xml",
],
"test": [
],
"auto_install": False,
'installable': True,
"application": False,
"external_dependencies": {
'python': ['jinja2'],
},
}