summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-08-21 16:17:48 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-08-21 16:17:48 +0700
commit0e4e1eaf30f79afb2b9885c897b8a8a2044f8509 (patch)
tree3e8e251428b8724c53d9953cd451b0bbbd4f3550 /indoteknik_custom/models
parentf5619faaf199e89d753d8e9a0814b1f7894051ab (diff)
<Miqdad>add js
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/stock_picking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index 3d04a416..534b1ff1 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -2070,7 +2070,7 @@ class CheckProduct(models.Model):
_name = 'check.product'
_description = 'Check Product'
_order = 'picking_id, id'
- _inherit = ['barcodes.barcode_events_mixin'] # ⬅️ aktifkan barcode handler
+ _inherit = ['barcodes.barcode_events_mixin']
picking_id = fields.Many2one(