Skip to content

Commit

Permalink
Merge PR #979 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 25, 2024
2 parents f56e877 + 05ddaf2 commit ef7a6a0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ def setUpClass(cls):
cls.product_attribute_value_blue = ProductAttributeValue.create(
{"name": "Test blue", "attribute_id": cls.product_attribute.id}
)
cls.product_attribute_value_yellow = ProductAttributeValue.create(
{"name": "Test yellow", "attribute_id": cls.product_attribute.id}
)
cls.product_template = cls.env.ref("product.product_product_4_product_template")
cls.product_attribute_line = ProductAttributeLine.create(
{
Expand Down

0 comments on commit ef7a6a0

Please sign in to comment.