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

694 by Fabien Pinckaers
Account_Analytic_Progress
1
{
2
	"name" : "account_analytic_progress",
3
	"description": """Progress bar for analytic accounts.
4
This is the module used for displaying the shared funded
5
development projects on the Tiny ERP website.""",
6
	"version" : "1.0",
7
	"author" : "tiny",
8
	"category" : "Generic Modules/Accounting",
9
	"module": "",
10
	"website": "http://tinyerp.com",
11
	"depends" : ["account_analytic_analysis"],
12
	"init_xml" : [],
13
	"update_xml" : [
14
		"account_analytic_progress_view.xml"
15
	],
16
	"demo_xml" : [],
17
	"active": False,
18
	"installable": True
19
}