[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-12-29 12:32:23 +00:00
parent 1b7b3a0941
commit e231fc86bb
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20201211.0
12.0.20201229.0

View File

@@ -26,6 +26,7 @@ setuptools.setup(
'odoo12-addon-mrp_production_request',
'odoo12-addon-mrp_production_show_post_inventory',
'odoo12-addon-mrp_progress_button',
'odoo12-addon-mrp_request_bom_structure',
'odoo12-addon-mrp_request_workcenter_cycle',
'odoo12-addon-mrp_sale_info',
'odoo12-addon-mrp_stock_orderpoint_manual_procurement',

View File

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

View File

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