[IMP] report_qweb_parameter: black, isort, prettier

This commit is contained in:
Carlos Roca
2020-10-28 09:24:25 +01:00
committed by David Ramia
parent 0b8cfdc299
commit de6c4e3e38
7 changed files with 83 additions and 70 deletions

View File

@@ -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,
}