Skip to content

Commit

Permalink
TA#70584 [14.0][DEL] stock_location_production
Browse files Browse the repository at this point in the history
  • Loading branch information
abenzbiria committed Nov 1, 2024
1 parent 79c6557 commit 8c38261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_material/tests/test_consumption_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8c38261

Please sign in to comment.