Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
25
report_substitute/__manifest__.py
Normal file
25
report_substitute/__manifest__.py
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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": "18.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/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"],
|
||||
}
|
||||
Reference in New Issue
Block a user