[MIG] stock_reserve: Migration to 16.0

This commit is contained in:
aliciagarzo
2023-04-17 20:42:58 +02:00
committed by Chris Mann
parent cf708912b1
commit b6345f8b5b
3 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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(

View File

@@ -40,6 +40,7 @@
/>
<group>
<group name="main_grp" string="Details">
<field name="company_id" invisible="1" />
<field name="product_id" />
<label for="product_uom_qty" />
<div>