summaryrefslogtreecommitdiff
path: root/indoteknik_api/__manifest__.py
blob: fa6902cc7ac1ce825eb41ac071031fd2dcb75507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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', 'indoteknik_custom'],
    'data': [],
    'demo': [],
    'css': [],
    'installable': True,
    'application': False,
    'auto_install': False,
    'license': '',
}