summaryrefslogtreecommitdiff
path: root/indoteknik_custom/__manifest__.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-08-20 04:45:10 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-08-20 04:45:10 +0000
commit6adef807baa548aa132418d80e21b04cd5e21a68 (patch)
tree38566be4d6847c06effc4db67f82a3a56b843911 /indoteknik_custom/__manifest__.py
parent6b5904e694024c39298a376beed47c2fe0a56310 (diff)
parent5691ea8569ab70a801ff5fc06adfe717a67224a3 (diff)
Merged in block_manual_input_stock_picking (pull request #388)
<Miqdad> Block Manual Input from keyboard
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
-rwxr-xr-xindoteknik_custom/__manifest__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py
index d1ae681a..85603a33 100755
--- a/indoteknik_custom/__manifest__.py
+++ b/indoteknik_custom/__manifest__.py
@@ -8,9 +8,10 @@
'author': 'Rafi Zadanly',
'website': '',
'images': ['assets/favicon.ico'],
- 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'vit_kelurahan', 'vit_efaktur' ],
+ 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'vit_kelurahan', 'vit_efaktur', 'barcodes'],
'data': [
'security/ir.model.access.csv',
+ 'views/assets.xml',
'views/group_partner.xml',
'views/blog_post.xml',
'views/coupon_program.xml',