[ADD] setup.py

This commit is contained in:
OCA-git-bot
2022-07-26 17:44:35 +00:00
parent e09a06c1c3
commit 72529ea238
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20220517.0
12.0.20220726.0

View File

@@ -25,6 +25,7 @@ setuptools.setup(
'odoo12-addon-mrp_multi_level_estimate',
'odoo12-addon-mrp_planned_order_matrix',
'odoo12-addon-mrp_production_auto_post_inventory',
'odoo12-addon-mrp_production_filter_lot',
'odoo12-addon-mrp_production_grouped_by_product',
'odoo12-addon-mrp_production_hierarchy',
'odoo12-addon-mrp_production_note',

View File

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

View File

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