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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
{
'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/blog_post.xml',
'views/coupon_program.xml',
'views/delivery_order.xml',
'views/product_pricelist.xml',
'views/res_partner.xml',
'views/product_pricelist_item.xml',
'views/product_public_category.xml',
'views/product_template.xml',
'views/purchase_order.xml',
'views/purchase_pricelist.xml',
'views/sale_monitoring.xml',
'views/sale_monitoring_detail.xml',
'views/user_activity_log.xml',
'views/vit_kelurahan.xml',
'views/vit_kecamatan.xml',
'views/vit_kota.xml',
'views/website_user_cart.xml',
'views/website_user_wishlist.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',
'views/sale_order.xml',
'views/account_asset_views.xml',
'views/ir_sequence.xml',
'views/stock_location.xml',
'views/stock_picking.xml',
'views/stock_picking_type.xml',
'views/users.xml',
'views/delivery_carrier.xml',
'views/invoice_reklas.xml',
'views/account_move.xml',
'views/dunning_run.xml',
'views/website_brand_homepage.xml',
'views/website_categories_homepage.xml',
'views/sales_target.xml',
'views/purchase_outstanding.xml',
'views/sales_outstanding.xml',
'views/customer_review.xml',
'views/website_content_channel.xml',
'views/website_content.xml',
'views/custom_mail_marketing.xml',
'views/website_ads.xml',
'views/leads_monitoring.xml',
'report/report.xml',
'report/report_banner_banner.xml',
'report/report_banner_banner2.xml',
'report/purchase_order.xml',
'report/report_invoice.xml'
],
'demo': [],
'css': [],
'installable': True,
'application': True,
'auto_install': False,
'license': '',
}
|