diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-01-05 02:21:27 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-01-05 02:21:27 +0000 |
| commit | f56ff7fb53e25c188663f643f06691d8d71bd34a (patch) | |
| tree | 9fd71e2ea00bd0e13d133faff8b467dd799dcdd3 /indoteknik_custom/models | |
| parent | b0f4f1875216bbb0347c082f38b91b59e5bbf50c (diff) | |
| parent | dd5fcceb381eccbc1b08fd7afb08f8e6f15d04be (diff) | |
Merged in Feature/wishlish (pull request #13)
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") |
