Skip to content

Commit

Permalink
Merge PR #1444 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by peluko00
  • Loading branch information
OCA-git-bot committed Jan 9, 2025
2 parents 0d4e69c + 44ead2b commit f3b8d9c
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ def setUpClass(cls):
"product_id",
"in",
[cls.product_delivery_01.id, cls.product_delivery_02.id],
)
),
(
"tag_ids",
"in",
[cls.tag.id],
),
]
)

Expand Down

0 comments on commit f3b8d9c

Please sign in to comment.