[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-10-03 04:54:43 +02:00
parent dbbd8fd834
commit 66f9fd76b2
6 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
10.0.20180419.0 10.0.20181003.0

View File

@@ -11,6 +11,7 @@ setuptools.setup(
'odoo10-addon-hs_code_link', 'odoo10-addon-hs_code_link',
'odoo10-addon-intrastat_base', 'odoo10-addon-intrastat_base',
'odoo10-addon-intrastat_product', 'odoo10-addon-intrastat_product',
'odoo10-addon-intrastat_product_generic',
'odoo10-addon-product_harmonized_system', 'odoo10-addon-product_harmonized_system',
], ],
classifiers=[ 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 @@
../../../../intrastat_product_generic

View File

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