diff --git a/repair_refurbish/__manifest__.py b/repair_refurbish/__manifest__.py index a4bbca82b..f88278de4 100644 --- a/repair_refurbish/__manifest__.py +++ b/repair_refurbish/__manifest__.py @@ -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)", diff --git a/repair_refurbish/tests/test_repair_refurbish.py b/repair_refurbish/tests/test_repair_refurbish.py index 8e63894b5..dd30e18b4 100644 --- a/repair_refurbish/tests/test_repair_refurbish.py +++ b/repair_refurbish/tests/test_repair_refurbish.py @@ -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, } )