mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-15 02:32:05 +00:00
26 lines
796 B
Python
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,
|
||
|
}
|