[IMP] report_qweb_parameter: black, isort, prettier

This commit is contained in:
Francisco Ivan Anton Prieto
2021-01-26 18:33:21 +01:00
parent 59bfbb8cb7
commit 3e594b4bc7
3 changed files with 8 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
and check minimal 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", "website": "https://github.com/OCA/reporting-engine",
"category": "Technical Settings", "category": "Technical Settings",
"depends": ["web"], "depends": ["web"],
"demo": ["demo/test_report_field_length.xml"], "demo": ["demo/test_report_field_length.xml"],

View File

@@ -0,0 +1 @@
../../../../report_qweb_parameter

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)