mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] repair_refurbish: Migration to 14.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{
|
||||
"name": "MRP Repair Refurbish",
|
||||
"summary": "Create refurbished products during repair",
|
||||
"version": "13.0.1.0.0",
|
||||
"version": "14.0.1.0.0",
|
||||
"category": "Manufacturing",
|
||||
"website": "https://github.com/OCA/manufacture",
|
||||
"author": "ForgeFlow S.L., Odoo Community Association (OCA)",
|
||||
|
||||
@@ -66,6 +66,7 @@ class TestMrpMtoWithStock(TransactionCase):
|
||||
"product_qty": 3.0,
|
||||
"product_uom": self.product.uom_id.id,
|
||||
"location_dest_id": self.customer_location.id,
|
||||
"location_id": self.stock_location_stock.id,
|
||||
}
|
||||
)
|
||||
repair.onchange_product_id()
|
||||
@@ -129,6 +130,7 @@ class TestMrpMtoWithStock(TransactionCase):
|
||||
"product_uom": self.product.uom_id.id,
|
||||
"location_dest_id": self.customer_location.id,
|
||||
"to_refurbish": False,
|
||||
"location_id": self.stock_location_stock.id,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user