diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-11-03 17:09:24 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-11-03 17:09:24 +0700 |
| commit | 03dfa0271a0da453c83de83c73398dabb0e16fc7 (patch) | |
| tree | aa0e6ad88df68c9b54d790b907396a227883fea8 /indoteknik_api/__manifest__.py | |
| parent | 7f0ba3734ffbfa22813e199fbf8a556750a350f7 (diff) | |
Get manufacture API
Diffstat (limited to 'indoteknik_api/__manifest__.py')
| -rw-r--r-- | indoteknik_api/__manifest__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/__manifest__.py b/indoteknik_api/__manifest__.py index b1ebd9a1..fa6902cc 100644 --- a/indoteknik_api/__manifest__.py +++ b/indoteknik_api/__manifest__.py @@ -8,7 +8,7 @@ 'author': 'PT. Indoteknik Dotcom Gemilang', 'website': '', 'images': ['assets/favicon.ico'], - 'depends': ['base', 'sale'], + 'depends': ['base', 'sale', 'indoteknik_custom'], 'data': [], 'demo': [], 'css': [], |
