[ADD] setup.py

This commit is contained in:
OCA Git Bot
2018-06-14 05:13:07 +02:00
parent c76454d6c1
commit e9633c9139
5 changed files with 11 additions and 1 deletions

View File

@@ -1 +1 @@
11.0.20180510.0
11.0.20180614.0

View File

@@ -10,6 +10,7 @@ setuptools.setup(
install_requires=[
'odoo11-addon-mrp_bom_equivalent',
'odoo11-addon-mrp_mto_with_stock',
'odoo11-addon-mrp_production_grouped_by_product',
'odoo11-addon-mrp_production_service',
],
classifiers=[

View File

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

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