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
|
{
"name": "Data Kelurahan, Kecamatan, Propinsi Indonesia",
"version": "1.2",
"depends": [
"base",
"contacts"
],
"author": "vitraining.com",
"category": "Sales",
'website': 'http://www.vitraining.com',
"description": """\
this module provide kecamatan, kelurahan, and state data for indonesian
Find our other interesting modules that can make your life easier:
https://www.odoo.com/apps/modules/browse?search=vitraining
""",
"data": [
#"data/res.country.state.csv",
"data/vit.kota.csv",
"data/vit.kecamatan.csv",
"data/vit.kelurahan.csv",
# "view/kelurahan.xml",
# "view/kecamatan.xml",
# "view/kota.xml",
"view/partner.xml",
"security/ir.model.access.csv",
],
"installable": True,
"auto_install": False,
"application": True,
}
|