[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-09-23 06:25:48 +00:00
parent ee5db7c730
commit d5bf815dc7
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20200921.1
12.0.20200923.0

View File

@@ -24,6 +24,7 @@ setuptools.setup(
'odoo12-addon-mrp_production_note',
'odoo12-addon-mrp_production_putaway_strategy',
'odoo12-addon-mrp_production_request',
'odoo12-addon-mrp_production_show_post_inventory',
'odoo12-addon-mrp_progress_button',
'odoo12-addon-mrp_sale_info',
'odoo12-addon-mrp_stock_orderpoint_manual_procurement',

View File

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

View File

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