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:
@@ -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"],
|
||||||
|
|||||||
1
setup/report_qweb_parameter/odoo/addons/report_qweb_parameter
Symbolic link
1
setup/report_qweb_parameter/odoo/addons/report_qweb_parameter
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../../report_qweb_parameter
|
||||||
6
setup/report_qweb_parameter/setup.py
Normal file
6
setup/report_qweb_parameter/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user