[IMP] report_qweb_element_page_visibility: black, isort, prettier
parent
324c23223d
commit
8d569145b1
|
@ -6,7 +6,7 @@
|
||||||
"version": "13.0.1.0.0",
|
"version": "13.0.1.0.0",
|
||||||
"author": "Agile Business Group, Odoo Community Association (OCA)",
|
"author": "Agile Business Group, Odoo Community Association (OCA)",
|
||||||
"category": "Tools",
|
"category": "Tools",
|
||||||
"website": "https://github.com/oca/reporting-engine",
|
"website": "https://github.com/OCA/reporting-engine",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"application": False,
|
"application": False,
|
||||||
"installable": True,
|
"installable": True,
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../../../../report_qweb_element_page_visibility
|
|
@ -0,0 +1,6 @@
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
Loading…
Reference in New Issue