~vauxoo/addons-vauxoo/6.0-trunk

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
34
#!/usr/bin/python
# -*- enconding: utf-8 -*-


{
	"name" : "Sprint Kanban",#Module's name
	"version" : "1.1",	#Version's number
	"depends" :  [  'project',
				'web_kanban',
				'base_setup',
				'base_status',
				'product',
				'analytic',
				'board',
				'mail',
				'resource',],	#Dependent module
	"author" : "Vauxoo",
	"description" : """
	This is a module of the sprint kanban
	""", #Description of the module
	"website" : "http://vauxoo.com",#Website
	"category" : "Project",
	"init_xml" : [],
	"demo_xml" : [],
	"test" : [],
	"update_xml" : [
					'security/security_sprint_kanban.xml','security/ir.model.access.csv',
					"view/sprint_kanban_view.xml",
					"view/project_view.xml",
	                 ],
	"installable" : True,
	"active" : False

}