mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
17 lines
572 B
Python
17 lines
572 B
Python
# Copyright 2024 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# Part of ForgeFlow. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
"name": "Report QWeb PDF Cover",
|
|
"summary": "Add front and back covers to your QWeb PDF reports",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/reporting-engine",
|
|
"category": "Reporting",
|
|
"version": "16.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"depends": ["web"],
|
|
"data": ["views/ir_actions_views.xml"],
|
|
"installable": True,
|
|
"application": False,
|
|
}
|