From 14cb30c3f2fb8b15baaf32ab9fca7bb9bda73845 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Wed, 5 Oct 2022 15:19:27 +0700 Subject: Update struktur API and fitur API flash sale --- indoteknik_api/__manifest__.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 indoteknik_api/__manifest__.py (limited to 'indoteknik_api/__manifest__.py') 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': '', +} -- cgit v1.2.3