[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-05-19 05:08:51 +02:00
parent d762c0ebb6
commit 2bf5b4c36d
5 changed files with 10 additions and 1 deletions

View File

@@ -1 +1 @@
9.0.20180419.0
9.0.20180519.0

View File

@@ -20,6 +20,7 @@ setuptools.setup(
'odoo9-addon-mrp_production_putaway_strategy',
'odoo9-addon-mrp_production_raw_material_procurement_group',
'odoo9-addon-mrp_production_request',
'odoo9-addon-mrp_production_unreserve',
'odoo9-addon-mrp_sale_info',
'odoo9-addon-quality_control',
],

View File

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

View File

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

View File

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