Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
23
report_footer_html/__manifest__.py
Normal file
23
report_footer_html/__manifest__.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user