diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 51cd5b7f4..9c996e1d4 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20200725.0 \ No newline at end of file +12.0.20200911.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index a0219716a..262db782a 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -55,6 +55,7 @@ setuptools.setup( 'odoo12-addon-stock_picking_type_user_restriction', 'odoo12-addon-stock_pull_list', 'odoo12-addon-stock_putaway_method', + 'odoo12-addon-stock_putaway_product_form', 'odoo12-addon-stock_quant_manual_assign', 'odoo12-addon-stock_removal_location_by_priority', 'odoo12-addon-stock_request', diff --git a/setup/stock_putaway_product_form/odoo/addons/stock_putaway_product_form b/setup/stock_putaway_product_form/odoo/addons/stock_putaway_product_form new file mode 120000 index 000000000..b94232dba --- /dev/null +++ b/setup/stock_putaway_product_form/odoo/addons/stock_putaway_product_form @@ -0,0 +1 @@ +../../../../stock_putaway_product_form \ No newline at end of file diff --git a/setup/stock_putaway_product_form/setup.py b/setup/stock_putaway_product_form/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_putaway_product_form/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)