24 lines
668 B
Python
24 lines
668 B
Python
# Copyright 2025 Moduon Team S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0)
|
|
|
|
{
|
|
"name": "Report Footer HTML",
|
|
"summary": "Show HTML content in desired Footer Reports",
|
|
"version": "18.0.1.0.0",
|
|
"development_status": "Alpha",
|
|
"category": "Tools",
|
|
"website": "https://github.com/OCA/reporting-engine",
|
|
"author": "Moduon, Odoo Community Association (OCA)",
|
|
"maintainers": ["Shide", "rafaelbn"],
|
|
"license": "LGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"web",
|
|
],
|
|
"data": [
|
|
"views/ir_actions_report_view.xml",
|
|
"views/report_templates.xml",
|
|
],
|
|
}
|