diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-02-25 09:41:17 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-02-25 09:41:17 +0700 |
| commit | a3ff90b7a2616a01535fc1968d4ac5bfdf9f3c26 (patch) | |
| tree | d3eb7a90aee08085c04a4ebe5343b46e4ac2dc20 /indoteknik_custom/__manifest__.py | |
| parent | 316b8257845d0df10153fa7e5e294a699ad17c56 (diff) | |
| parent | 75972376c64d133e4dcf8cb0808a60b36db07825 (diff) | |
Merge branch 'odoo-backup' into feature/api-altama-matches-so
# Conflicts:
# indoteknik_custom/__manifest__.py
# indoteknik_custom/models/__init__.py
Diffstat (limited to 'indoteknik_custom/__manifest__.py')
| -rwxr-xr-x | indoteknik_custom/__manifest__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indoteknik_custom/__manifest__.py b/indoteknik_custom/__manifest__.py index 1ad1e52e..88abc162 100755 --- a/indoteknik_custom/__manifest__.py +++ b/indoteknik_custom/__manifest__.py @@ -8,7 +8,7 @@ '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', 'proweb_kartu_stok'], 'data': [ 'views/assets.xml', 'security/ir.model.access.csv', @@ -193,6 +193,8 @@ 'views/commission_internal.xml', 'views/keywords.xml', 'views/token_log.xml' + 'views/gudang_service.xml', + 'views/kartu_stock.xml', ], 'demo': [], 'css': [], |
