summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_move.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-09-12 10:14:45 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-09-12 10:14:45 +0000
commit7973c3153f852f154c04e1107206ebe90498e771 (patch)
treeca6e1f7ba3dcc7816ca41f0797cf1205349351ce /indoteknik_custom/models/stock_move.py
parentb5c3ba057856d5b0043225b075393842445ba468 (diff)
parentfb069315f937ea1a8a094d23f22f8314cef412a4 (diff)
Merged in refund_system (pull request #411)
Refund system
Diffstat (limited to 'indoteknik_custom/models/stock_move.py')
-rw-r--r--indoteknik_custom/models/stock_move.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_move.py b/indoteknik_custom/models/stock_move.py
index 24d405a6..d6505a86 100644
--- a/indoteknik_custom/models/stock_move.py
+++ b/indoteknik_custom/models/stock_move.py
@@ -18,7 +18,8 @@ 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 = fields.Binary(related="product_id.image_128", string="Product Image", readonly = True)
+ product_image = fields.Binary(related="product_id.image_128", string="Product Image", readonly=True)
+
# @api.model_create_multi
# def create(self, vals_list):
# moves = super(StockMove, self).create(vals_list)