[MIG] repair_refurbish: Migration to 14.0

This commit is contained in:
Mateu Griful
2021-01-29 15:22:34 +01:00
parent 895a530002
commit 7c14902c0c
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -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,
}
)