diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 9c996e1d4..059914c87 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20200911.0 \ No newline at end of file +12.0.20200923.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 262db782a..9db04a849 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -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', diff --git a/setup/stock_move_location_dest_constraint_base/odoo/addons/stock_move_location_dest_constraint_base b/setup/stock_move_location_dest_constraint_base/odoo/addons/stock_move_location_dest_constraint_base deleted file mode 120000 index 6db9d57ec..000000000 --- a/setup/stock_move_location_dest_constraint_base/odoo/addons/stock_move_location_dest_constraint_base +++ /dev/null @@ -1 +0,0 @@ -../../../../stock_move_location_dest_constraint_base \ No newline at end of file diff --git a/setup/stock_move_location_dest_constraint_base/setup.py b/setup/stock_move_location_dest_constraint_base/setup.py deleted file mode 100644 index 28c57bb64..000000000 --- a/setup/stock_move_location_dest_constraint_base/setup.py +++ /dev/null @@ -1,6 +0,0 @@ -import setuptools - -setuptools.setup( - setup_requires=['setuptools-odoo'], - odoo_addon=True, -)