diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-08-20 11:09:27 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-08-20 11:09:27 +0700 |
| commit | 5691ea8569ab70a801ff5fc06adfe717a67224a3 (patch) | |
| tree | 06745477ad13ccae44112385f393e1780c1c9229 /indoteknik_custom/__manifest__.py | |
| parent | c225119cb9bdcee03ca9706ec58dfceb717b5027 (diff) | |
<Miqdad> Block Manual Input from keyboard
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
| -rwxr-xr-x | indoteknik_custom/__manifest__.py | 3 |
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', |
