mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-15 02:32:05 +00:00
26 lines
792 B
Python
26 lines
792 B
Python
# Copyright 2019 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Report Substitute",
|
|
"summary": """
|
|
This module allows to create substitution rules for report actions.
|
|
""",
|
|
"version": "3.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
|
|
"website": "https://gitlab.com/flectra-community/reporting-engine",
|
|
"depends": ["base", "mail"],
|
|
"data": [
|
|
"security/ir_actions_report_substitution_rule.xml",
|
|
"views/ir_actions_report.xml",
|
|
],
|
|
"demo": ["demo/action_report.xml"],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"report_substitute/static/src/js/action_manager.esm.js",
|
|
],
|
|
},
|
|
"maintainers": ["sbejaoui"],
|
|
}
|