[ADD] setup.py

This commit is contained in:
OCA-git-bot
2021-01-19 11:56:48 +00:00
parent 6395b95f74
commit 8d40225c93
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20210108.0
12.0.20210119.0

View File

@@ -23,6 +23,7 @@ setuptools.setup(
'odoo12-addon-mrp_production_grouped_by_product',
'odoo12-addon-mrp_production_note',
'odoo12-addon-mrp_production_putaway_strategy',
'odoo12-addon-mrp_production_quant_manual_assign',
'odoo12-addon-mrp_production_request',
'odoo12-addon-mrp_production_show_post_inventory',
'odoo12-addon-mrp_progress_button',

View File

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

View File

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