[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-09-23 11:03:48 +00:00
parent 39d2819a2e
commit 6b9d17fca9
4 changed files with 1 additions and 9 deletions

View File

@@ -1 +1 @@
12.0.20200911.0
12.0.20200923.0

View File

@@ -41,7 +41,6 @@ setuptools.setup(
'odoo12-addon-stock_location_template',
'odoo12-addon-stock_location_zone',
'odoo12-addon-stock_move_location',
'odoo12-addon-stock_move_location_dest_constraint_base',
'odoo12-addon-stock_mts_mto_rule',
'odoo12-addon-stock_orderpoint_generator',
'odoo12-addon-stock_orderpoint_manual_procurement',

View File

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

View File

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