Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelTorrecillas committed Jan 17, 2025
1 parent 18720cd commit 059e859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def setUpClass(cls):
cls.stock_location = cls.env.ref("stock.stock_location_stock")
cls.customer_location = cls.env.ref("stock.stock_location_customers")
cls.product = cls.env["product.product"].create(
{"name": "Product A", "type": "product"}
{"name": "Product A", "type": "consu"}
)
cls.location_1 = cls.env["stock.location"].create(
{
Expand Down

0 comments on commit 059e859

Please sign in to comment.