New module report_task:
[odoo/odoo.git] / addons / report_task / __terp__.py
1 #####################################################################
2 #Created By     : Eiffel Consultancy Pvt. Ltd.
3 #Created Date   : 14/02/2007
4 #####################################################################
5
6
7 {
8         'name' : 'Report on tasks by user for projects',
9         'version' :'1.0',
10         'author' : 'Tiny',
11         'depends' : ['base','project'],
12         'description': 'Gives statistics on tasks by user on projects to check the pipeline of users.',
13         'init_xml' : [],
14         'update_xml': [
15                 'report_task_view.xml',
16         ],
17         'active': True,
18         'installable': True
19 }
20
21
22