diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-01-04 07:53:29 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-01-04 07:53:29 +0000 |
| commit | 32a38516894abbd7aa010f99a7fdbc18268b3bdc (patch) | |
| tree | c47eb17a8d19b3ff241e951f8793d6b80fa23ca1 /indoteknik_custom/models | |
| parent | 7cc4bec031757d23c7f7f9e754fc2997d2dfd921 (diff) | |
| parent | dd5fcceb381eccbc1b08fd7afb08f8e6f15d04be (diff) | |
Merged in Feature/wishlish (pull request #12)
update api wishlish for variant and product
Diffstat (limited to 'indoteknik_custom/models')
| -rw-r--r-- | indoteknik_custom/models/website_user_wishlist.py | 1 |
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") |
