~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
{
	"name" : "account_analytic_progress",
	"description": """Progress bar for analytic accounts.
This is the module used for displaying the shared funded
development projects on the Tiny ERP website.""",
	"version" : "1.0",
	"author" : "tiny",
	"category" : "Generic Modules/Accounting",
	"module": "",
	"website": "http://tinyerp.com",
	"depends" : ["account_analytic_analysis"],
	"init_xml" : [],
	"update_xml" : [
		"account_analytic_progress_view.xml"
	],
	"demo_xml" : [],
	"active": False,
	"installable": True
}