summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-09-05 09:07:23 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-09-05 09:07:23 +0700
commit0a1f22cac507ee7e9975f1a68f79bccdf179c9fd (patch)
tree31921d1123d6f839fb20b97fbbfa729e8eaa7277 /indoteknik_custom/models
parentef8a6f39e6967c592b14f5ebc1d4ebcdb6fd2f7b (diff)
<miqdad> add image
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/stock_move.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_move.py b/indoteknik_custom/models/stock_move.py
index 90ab30a4..d4106830 100644
--- a/indoteknik_custom/models/stock_move.py
+++ b/indoteknik_custom/models/stock_move.py
@@ -15,6 +15,7 @@ class StockMove(models.Model):
barcode = fields.Char(string='Barcode', related='product_id.barcode')
vendor_id = fields.Many2one('res.partner' ,string='Vendor')
hold_outgoingg = fields.Boolean('Hold Outgoing', default=False)
+ product_image_128 = fields.Image('Product Image', related='product_id.image_1920')
# @api.model_create_multi
# def create(self, vals_list):