mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] stock_reserve: Migration to 16.0
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user