[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-05-23 11:47:04 +00:00
parent d421908532
commit 181a2e6cf1
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20190503.0
12.0.20190523.0

View File

@@ -11,6 +11,7 @@ setuptools.setup(
'odoo12-addon-mrp_bom_component_menu',
'odoo12-addon-mrp_bom_location',
'odoo12-addon-mrp_production_grouped_by_product',
'odoo12-addon-mrp_production_putaway_strategy',
'odoo12-addon-mrp_warehouse_calendar',
'odoo12-addon-repair_refurbish',
],

View File

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

View File

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