summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/website_user_wishlist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/website_user_wishlist.py b/indoteknik_custom/models/website_user_wishlist.py
index a6ee35d4..0a7bcf69 100644
--- a/indoteknik_custom/models/website_user_wishlist.py
+++ b/indoteknik_custom/models/website_user_wishlist.py
@@ -7,3 +7,4 @@ class WebsiteUserWishlist(models.Model):
user_id = fields.Many2one('res.users', string='User', help="User ID yang terdaftar di table res.users")
product_id = fields.Many2one('product.template', string='Product', help="Product yang terdaftar di table product.template")
+ variant_id = fields.Many2one('product.product', string='Variant', help="Product yang terdaftar di table product.product")