[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-09-11 05:12:27 +02:00
parent 783334b3dc
commit ea8314911a
6 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
10.0.20180808.0
10.0.20180911.0

View File

@@ -15,6 +15,7 @@ setuptools.setup(
'odoo10-addon-mrp_bom_location',
'odoo10-addon-mrp_bom_note',
'odoo10-addon-mrp_mto_with_stock',
'odoo10-addon-mrp_mto_with_stock_purchase',
'odoo10-addon-mrp_production_note',
'odoo10-addon-mrp_production_putaway_strategy',
'odoo10-addon-mrp_production_request',

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 @@
../../../../mrp_mto_with_stock_purchase

View File

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