diff --git a/setup/stock_removal_location_by_priority/odoo/addons/stock_removal_location_by_priority b/setup/stock_removal_location_by_priority/odoo/addons/stock_removal_location_by_priority new file mode 120000 index 000000000..c56450a33 --- /dev/null +++ b/setup/stock_removal_location_by_priority/odoo/addons/stock_removal_location_by_priority @@ -0,0 +1 @@ +../../../../stock_removal_location_by_priority \ No newline at end of file diff --git a/setup/stock_removal_location_by_priority/setup.py b/setup/stock_removal_location_by_priority/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_removal_location_by_priority/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_removal_location_by_priority/__manifest__.py b/stock_removal_location_by_priority/__manifest__.py index 8015280fc..95eedad13 100644 --- a/stock_removal_location_by_priority/__manifest__.py +++ b/stock_removal_location_by_priority/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Removal Location by Priority", "summary": "Establish a removal priority on stock locations.", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "author": "ForgeFlow, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Warehouse",