diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-05 09:07:23 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-05 09:07:23 +0700 |
| commit | 0a1f22cac507ee7e9975f1a68f79bccdf179c9fd (patch) | |
| tree | 31921d1123d6f839fb20b97fbbfa729e8eaa7277 /indoteknik_custom/models | |
| parent | ef8a6f39e6967c592b14f5ebc1d4ebcdb6fd2f7b (diff) | |
<miqdad> add image
Diffstat (limited to 'indoteknik_custom/models')
| -rw-r--r-- | indoteknik_custom/models/stock_move.py | 1 |
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): |
