summaryrefslogtreecommitdiff
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
parentf5619faaf199e89d753d8e9a0814b1f7894051ab (diff)
<Miqdad>add js
-rwxr-xr-xindoteknik_custom/__manifest__.py2
-rw-r--r--indoteknik_custom/models/stock_picking.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py
index 85603a33..2f809e3d 100755
--- a/indoteknik_custom/__manifest__.py
+++ b/indoteknik_custom/__manifest__.py
@@ -10,8 +10,8 @@
'images': ['assets/favicon.ico'],
'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'vit_kelurahan', 'vit_efaktur', 'barcodes'],
'data': [
- 'security/ir.model.access.csv',
'views/assets.xml',
+ 'security/ir.model.access.csv',
'views/group_partner.xml',
'views/blog_post.xml',
'views/coupon_program.xml',
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(