From 8c38261a223185612014090f80ef5a18850eaa15 Mon Sep 17 00:00:00 2001 From: Abdellatif Benzbiria Date: Fri, 1 Nov 2024 04:35:01 +0100 Subject: [PATCH] TA#70584 [14.0][DEL] stock_location_production --- project_material/tests/test_consumption_route.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_material/tests/test_consumption_route.py b/project_material/tests/test_consumption_route.py index 2699403e..89a4e360 100644 --- a/project_material/tests/test_consumption_route.py +++ b/project_material/tests/test_consumption_route.py @@ -19,7 +19,7 @@ def setUpClass(cls): ) cls.location_id = cls.env["ir.property"].with_company( cls.new_warehouse.company_id.id)._get( - "property_stock_production", "product.template") + "property_stock_production", "product.template").id class TestConsumptionStep(ConsumptionRouteCase):