reporting-engine/report_layout_config/__manifest__.py
2024-10-01 07:53:56 +02:00

26 lines
796 B
Python

# Copyright 2020 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Report layout configuration",
"summary": "Add possibility to easily modify the global report layout",
"version": "3.0.1.0.0",
"category": "Reporting",
"website": "https://gitlab.com/flectra-community/reporting-engine",
"author": "Camptocamp, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["web", "base"],
"data": [
"views/document_layout.xml",
"templates/report_templates.xml",
"data/report_layout.xml",
],
"assets": {
"web.report_assets_common": [
"/report_layout_config/static/src/scss/style.scss",
],
},
"application": False,
"installable": True,
}