Merge PR #1424 into 13.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2022-05-28 13:06:51 +00:00

View File

@@ -27,7 +27,7 @@ class TestStockLogisticsWarehouse(TransactionCase):
customer_location = self.env.ref("stock.stock_location_customers")
uom_unit = self.env.ref("uom.product_uom_unit")
size_attr = self.env["product.attribute"].create({"name": "Size"})
size_attr = self.env["product.attribute"].create({"name": "Size Test"})
size_attr_value_s = self.env["product.attribute.value"].create(
{"name": "S", "attribute_id": size_attr.id}
)