mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_qweb_element_page_visibility: black, isort, prettier
This commit is contained in:
@@ -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
|
||||||
6
setup/report_qweb_element_page_visibility/setup.py
Normal file
6
setup/report_qweb_element_page_visibility/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