[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-01-13 11:22:34 +00:00
parent 67706fa528
commit 7ac3d54549
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
13.0.20191231.0
13.0.20200113.0

View File

@@ -12,6 +12,7 @@ setuptools.setup(
'odoo13-addon-mrp_bom_component_menu',
'odoo13-addon-mrp_bom_location',
'odoo13-addon-mrp_multi_level',
'odoo13-addon-mrp_production_grouped_by_product',
'odoo13-addon-mrp_warehouse_calendar',
],
classifiers=[

View File

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

View File

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