summaryrefslogtreecommitdiff
path: root/vit_kelurahan/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'vit_kelurahan/__manifest__.py')
-rw-r--r--vit_kelurahan/__manifest__.py33
1 files changed, 33 insertions, 0 deletions
diff --git a/vit_kelurahan/__manifest__.py b/vit_kelurahan/__manifest__.py
new file mode 100644
index 0000000..78aeabe
--- /dev/null
+++ b/vit_kelurahan/__manifest__.py
@@ -0,0 +1,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,
+} \ No newline at end of file