[MIG] report_py3o, report_py3o_fusion_server: Migration to 12.0

This commit is contained in:
Laurent Mignon (ACSONE)
2018-11-26 17:58:30 +01:00
parent 150f5dcc29
commit dce59162ce
102 changed files with 269 additions and 269 deletions

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

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

View File

@@ -0,0 +1,9 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
install_requires=[
"genshi>=0.7"
]
)

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

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

View File

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