[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-10-08 11:50:33 +00:00
parent e48fd70950
commit d768b8b00a
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20191008.0
12.0.20191008.1

View File

@@ -27,6 +27,7 @@ setuptools.setup(
'odoo12-addon-quality_control_stock',
'odoo12-addon-quality_control_team',
'odoo12-addon-repair_refurbish',
'odoo12-addon-stock_picking_product_kit_helper',
],
classifiers=[
'Programming Language :: Python',

View File

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

View File

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