~openerp-commiter/openobject-addons/trunk-extra-addons

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/env python
# -*- coding: utf-8 -*-
{
	"name" : "City",
	"version" : "0.1",
	"author" : "Pablo Rocandio",
	"description": """
		This modules creates tables for storing cities
			""",
	"depends" : ["base"],
	"init_xml" : [],
	"update_xml" : [
	    'city_view.xml',
	    ],
	"active": False,
	"installable": True
}