summaryrefslogtreecommitdiff
path: root/indoteknik_custom/__manifest__.py
blob: d18f1582cfbd515b294f08a466d40b15c75281ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
    'name': 'Custom Indoteknik',
    'version': '1.0',
    'category': '',
    'sequence': 1,
    'summary': 'Custom Indoteknik',
    'description': '',
    'author': 'Rafi Zadanly',
    'website': '',
    'images': ['assets/favicon.ico'],
    'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management', 'vit_kelurahan'],
    'data': [
        'security/ir.model.access.csv',
        'views/coupon_program.xml',
        'views/product_public_category.xml',
        'views/product_template.xml',
        'views/purchase_order.xml',
        'views/purchase_pricelist.xml',
        'views/sale_monitoring.xml',
        'views/user_activity_log.xml',
        'views/vit_kelurahan.xml',
        'views/vit_kecamatan.xml',
        'views/vit_kota.xml',
        'views/x_banner_banner.xml',
        'views/x_banner_category.xml',
        'views/x_biaya_kirim.xml',
        'views/x_manufactures.xml',
        'views/x_partner_purchase_order.xml',
        'views/x_product_tags.xml',
        'views/stock_vendor.xml',
        'views/crm_lead.xml',
        'report/report.xml',
        'report/report_banner_banner.xml',
        'report/report_banner_banner2.xml',
    ],
    'demo': [],
    'css': [],
    'installable': True,
    'application': True,
    'auto_install': False,
    'license': '',
}