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.
28 lines
707 B
28 lines
707 B
# -*- 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'],
|
|
},
|
|
}
|