diff --git a/stock_reserve/__manifest__.py b/stock_reserve/__manifest__.py index 8c608c843..f533f5c51 100644 --- a/stock_reserve/__manifest__.py +++ b/stock_reserve/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Reservation", "summary": "Stock reservations on products", - "version": "15.0.1.0.2", + "version": "16.0.1.0.0", "author": "Camptocamp, Odoo Community Association (OCA)", "category": "Warehouse", "license": "AGPL-3", diff --git a/stock_reserve/tests/test_stock_reserve.py b/stock_reserve/tests/test_stock_reserve.py index d35389f8c..02833e07a 100644 --- a/stock_reserve/tests/test_stock_reserve.py +++ b/stock_reserve/tests/test_stock_reserve.py @@ -13,7 +13,6 @@ class TestStockReserve(common.TransactionCase): self.warehouse = warehouse_form.save() product_form = Form(self.env["product.product"]) product_form.name = "Test Product" - product_form.type = "product" product_form.detailed_type = "product" self.product = product_form.save() self.env["stock.quant"].create( diff --git a/stock_reserve/view/stock_reserve.xml b/stock_reserve/view/stock_reserve.xml index f2fc2fb2b..e739aeb0b 100644 --- a/stock_reserve/view/stock_reserve.xml +++ b/stock_reserve/view/stock_reserve.xml @@ -40,6 +40,7 @@ /> +