diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-16 19:26:31 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-16 19:26:31 +0700 |
| commit | 6a763b8aa16bc71b345378a9155c386b4d7bd400 (patch) | |
| tree | 2b43f3498b1e2ed72781163e557edb078cbdde9a /indoteknik_custom/models/stock_picking.py | |
| parent | 2221c9ffcdce7bf5f142e3e65fa058b4dc07de8f (diff) | |
| parent | efa1650aae2bc2dca99624092adcc21f87dab648 (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.py | 2 |
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): |
