Better views and graphs
[odoo/odoo.git] / addons / profile_service / __terp__.py
1 {
2         "name":"Service company profile",
3         "version":"1.0",
4         "author":"Tiny",
5         "category":"Profile",
6         "depends":[
7                 "hr", 
8                 "hr_timesheet", 
9                 "hr_timesheet_invoice", 
10                 "hr_timesheet_project", 
11                 "crm", 
12                 "project",
13                 "board_project"
14         ], 
15         #"board_project", 
16         #"board_account"],
17         "demo_xml":[],
18         "update_xml":[],
19         "active":False,
20         "installable":True,
21 }