Skip to content

Commit

Permalink
Merge PR OCA#389 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by lmignon
  • Loading branch information
OCA-git-bot committed Sep 24, 2024
2 parents 127b6f5 + 59d4f41 commit 3e87aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs_product_multi_image/models/product_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _compute_variant_image_ids(self):
lambda i: i._match_variant(variant)
)
variant_image_ids = variant_image_ids.sorted(
key=lambda i: (i.sequence, i.name)
key=lambda i: (i.sequence, i.name or "")
)
variant.variant_image_ids = variant_image_ids

Expand Down

0 comments on commit 3e87aea

Please sign in to comment.