diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-08-21 10:19:29 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-08-21 10:19:29 +0000 |
| commit | bc2614bf4f8b2eba30491dd2adf2b6812444f906 (patch) | |
| tree | 2c736349df426ead38efff787211081bd0272a01 /indoteknik_custom/models | |
| parent | fc6f0a00ab98a72ad3d08f1d5ad6f8120e21814a (diff) | |
| parent | 2ce13e5d71a1f1c1bebaa45e596ad52eb55f9e8f (diff) | |
<Miqdad> Block keyboard input check product
Diffstat (limited to 'indoteknik_custom/models')
| -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 7e970c5d..a48e0ed1 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -2072,6 +2072,8 @@ class CheckProduct(models.Model): _name = 'check.product' _description = 'Check Product' _order = 'picking_id, id' + _inherit = ['barcodes.barcode_events_mixin'] + picking_id = fields.Many2one( 'stock.picking', |
