[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-02-28 12:16:35 +00:00
parent d29d22b8e6
commit 2f41ca296c
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20190225.0
11.0.20190228.0

View File

@@ -16,6 +16,7 @@ setuptools.setup(
'odoo11-addon-mrp_mto_with_stock',
'odoo11-addon-mrp_mto_with_stock_purchase',
'odoo11-addon-mrp_multi_level',
'odoo11-addon-mrp_production_auto_post_inventory',
'odoo11-addon-mrp_production_grouped_by_product',
'odoo11-addon-mrp_production_putaway_strategy',
'odoo11-addon-mrp_production_request',

View File

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

View File

@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View File

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