From 03dfa0271a0da453c83de83c73398dabb0e16fc7 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Thu, 3 Nov 2022 17:09:24 +0700 Subject: Get manufacture API --- indoteknik_api/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_api/__manifest__.py') 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': [], -- cgit v1.2.3