summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_picking.py
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-07-16 19:26:31 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-07-16 19:26:31 +0700
commit6a763b8aa16bc71b345378a9155c386b4d7bd400 (patch)
tree2b43f3498b1e2ed72781163e557edb078cbdde9a /indoteknik_custom/models/stock_picking.py
parent2221c9ffcdce7bf5f142e3e65fa058b4dc07de8f (diff)
parentefa1650aae2bc2dca99624092adcc21f87dab648 (diff)
Merge branch 'tukar_guling' of https://bitbucket.org/altafixco/indoteknik-addons into tukar_guling
merge
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
-rw-r--r--indoteknik_custom/models/stock_picking.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index 868a96c1..3e152f10 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -2523,6 +2523,8 @@ class KonfirmKoli(models.Model):
copy=False,
)
pick_id = fields.Many2one('stock.picking', string='Pick')
+ product_id = fields.Many2one('product.product', string='Product')
+ qty_done = fields.Float(string='Qty Done')
@api.constrains('pick_id')
def _check_duplicate_pick_id(self):