summaryrefslogtreecommitdiff
path: root/indoteknik_api/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_api/__manifest__.py')
-rw-r--r--indoteknik_api/__manifest__.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/indoteknik_api/__manifest__.py b/indoteknik_api/__manifest__.py
new file mode 100644
index 00000000..b1ebd9a1
--- /dev/null
+++ b/indoteknik_api/__manifest__.py
@@ -0,0 +1,19 @@
+{
+ 'name': 'API Indoteknik',
+ 'version': '1.0',
+ 'category': '',
+ 'sequence': 1,
+ 'summary': 'API Indoteknik',
+ 'description': '',
+ 'author': 'PT. Indoteknik Dotcom Gemilang',
+ 'website': '',
+ 'images': ['assets/favicon.ico'],
+ 'depends': ['base', 'sale'],
+ 'data': [],
+ 'demo': [],
+ 'css': [],
+ 'installable': True,
+ 'application': False,
+ 'auto_install': False,
+ 'license': '',
+}