[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-09-21 15:58:49 +00:00
parent 961493af7a
commit f32769d5d2
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20200813.0
12.0.20200921.0

View File

@@ -10,6 +10,7 @@ setuptools.setup(
install_requires=[
'odoo12-addon-account_move_line_manufacture_info',
'odoo12-addon-mrp_auto_assign',
'odoo12-addon-mrp_auto_create_lot',
'odoo12-addon-mrp_bom_component_menu',
'odoo12-addon-mrp_bom_line_sequence',
'odoo12-addon-mrp_bom_location',

View File

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

View File

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