[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-09-19 05:12:49 +02:00
parent 3d162fdbf4
commit 135c170dfa
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20180911.0
11.0.20180919.0

View File

@@ -17,6 +17,7 @@ setuptools.setup(
'odoo11-addon-mrp_multi_level',
'odoo11-addon-mrp_production_grouped_by_product',
'odoo11-addon-mrp_production_service',
'odoo11-addon-mrp_progress_button',
'odoo11-addon-mrp_sale_info',
'odoo11-addon-mrp_warehouse_calendar',
'odoo11-addon-quality_control',

View File

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

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,
)