[ADD] setup.py

pull/233/merge
OCA Git Bot 2018-08-15 05:20:18 +02:00
parent a18d45ea93
commit da50d26f51
6 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
10.0.20180725.0
10.0.20180815.0

View File

@ -19,6 +19,7 @@ setuptools.setup(
'odoo10-addon-report_qweb_txt',
'odoo10-addon-report_wkhtmltopdf_param',
'odoo10-addon-report_xlsx',
'odoo10-addon-report_xlsx_helper',
'odoo10-addon-report_xml',
],
classifiers=[

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_xlsx_helper

View File

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