1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#####################################################################
#Created By : Eiffel Consultancy Pvt. Ltd.
#Created Date : 14/02/2007
#####################################################################
{
'name' : 'Report for timesheet',
'version' :'1.0',
'author' : 'Tiny',
'depends' : ['hr_timesheet','multi_company'],
'description': 'New report for timesheet',
'init_xml' : [],
'update_xml': [
'report_timesheet_user_view.xml',
],
'installable': True
}
|