Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AungKoKoLin1997 committed Apr 13, 2023
1 parent d3224f8 commit 68a801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_carousel_image_attachment/models/ir_attachment.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def create(self, vals_list):
"product_variant_id": p.id,
}
self.env["product.image"].sudo().create(vals)
return attachment
return attachments

0 comments on commit 68a801f

Please sign in to comment.