diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-10-06 08:59:52 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-10-06 08:59:52 +0700 |
| commit | d3a28f88b3b94123a3db4ae0873c7e157bbb13f8 (patch) | |
| tree | c2a383be583f41d80f98ee78fddf0641f1ebefbe /indoteknik_api/__manifest__.py | |
| parent | 3d20a65942b64f252a10bada016042a3e1fc498a (diff) | |
| parent | 1c18f6c7438537a60f181d089df06a0b4ba915f9 (diff) | |
Merge commit '1c18f6c7438537a60f181d089df06a0b4ba915f9'
Diffstat (limited to 'indoteknik_api/__manifest__.py')
| -rw-r--r-- | indoteknik_api/__manifest__.py | 19 |
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': '', +} |
