[IMP] report_qweb_element_page_visibility: black, isort, prettier

pull/476/head
newtratip 2021-01-27 20:17:32 +07:00
parent 324c23223d
commit 8d569145b1
3 changed files with 8 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"version": "13.0.1.0.0",
"author": "Agile Business Group, Odoo Community Association (OCA)",
"category": "Tools",
"website": "https://github.com/oca/reporting-engine",
"website": "https://github.com/OCA/reporting-engine",
"license": "AGPL-3",
"application": False,
"installable": True,

View File

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

View File

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