mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_qweb_parameter: black, isort, prettier
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Creu Blanca
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
@@ -10,15 +9,10 @@
|
||||
Add new parameters for qweb templates in order to reduce field length
|
||||
and check minimal length
|
||||
""",
|
||||
"author": "Creu Blanca,"
|
||||
"Odoo Community Association (OCA)",
|
||||
"author": "Creu Blanca," "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/oca/reporting-engine",
|
||||
"category": "Technical Settings",
|
||||
"depends": [
|
||||
"web",
|
||||
],
|
||||
"demo": [
|
||||
"demo/test_report_field_length.xml"
|
||||
],
|
||||
"depends": ["web"],
|
||||
"demo": ["demo/test_report_field_length.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user