diff --git a/stock_change_qty_reason/__manifest__.py b/stock_change_qty_reason/__manifest__.py index 5d65da318..2408d6360 100644 --- a/stock_change_qty_reason/__manifest__.py +++ b/stock_change_qty_reason/__manifest__.py @@ -8,7 +8,7 @@ "author": "ACSONE SA/NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Warehouse Management", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "license": "AGPL-3", "depends": ["stock"], "data": [ diff --git a/stock_change_qty_reason/migrations/15.0.1.0.0/post-migration.py b/stock_change_qty_reason/migrations/16.0.1.0.0/post-migration.py similarity index 100% rename from stock_change_qty_reason/migrations/15.0.1.0.0/post-migration.py rename to stock_change_qty_reason/migrations/16.0.1.0.0/post-migration.py diff --git a/stock_change_qty_reason/migrations/15.0.1.0.0/pre-migration.py b/stock_change_qty_reason/migrations/16.0.1.0.0/pre-migration.py similarity index 100% rename from stock_change_qty_reason/migrations/15.0.1.0.0/pre-migration.py rename to stock_change_qty_reason/migrations/16.0.1.0.0/pre-migration.py