Files
reporting-engine/report_substitute/__manifest__.py
sbejaoui 408443e2fc [ADD] - report substitute
This addon give the possibility to substitute a report action by another based on some criteria.
2020-11-06 10:01:13 +01:00

21 lines
622 B
Python

# Copyright 2019 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Report Substitute',
'summary': """
This addon give the possibility to substitute a report action by
another based on some criteria.
""",
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'author': 'ACSONE SA/NV,'
'Odoo Community Association (OCA)',
'website': 'https://github.com/acsone/reporting-engine',
'depends': ['base'],
'data': [
'security/ir_actions_report_substitution_criteria.xml',
'views/ir_actions_report.xml',
],
}