Added modules icons for main apps
[odoo/odoo.git] / addons / hr_timesheet_sheet / __openerp__.py
index 44058d0..7299e28 100644 (file)
 
 
 {
-    'name': 'Timesheets',
+    'name': 'Timesheets Validation',
     'version': '1.0',
-    'category': 'Generic Modules/Human Resources',
+    'category': 'Human Resources',
     'description': """
-This module help you easily encode and validate timesheet and attendances
-within the same view. The upper part of the view is for attendances and
-track (sign in/sign out) events. The lower part is for timesheet.
+This module helps you to easily encode and validate timesheet and attendances within the same view.
+===================================================================================================
 
-Others tabs contains statistics views to help you analyse your
+The upper part of the view is for attendances and track (sign in/sign out) events.
+The lower part is for timesheet.
+
+Other tabs contains statistics views to help you analyse your
 time or the time of your team:
 * Time spent by day (with attendances)
 * Time spent by project
 
-This module also implement a complete timesheet validation process:
+This module also implements a complete timesheet validation process:
 * Draft sheet
 * Confirmation at the end of the period by the employee
 * Validation by the project manager
 
-The validation can be configured in te company:
+The validation can be configured in the company:
 * Period size (day, week, month, year)
 * Maximal difference between timesheet and attendances
     """,
-    'author': 'Tiny',
+    'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
+    'images': ['images/hr_my_timesheet.jpeg','images/hr_timesheet_analysis.jpeg','images/hr_timesheet_sheet_analysis.jpeg','images/hr_timesheets.jpeg'],
     'depends': ['hr_timesheet', 'hr_timesheet_invoice', 'process'],
     'init_xml': [],
     'update_xml': [
         'security/ir.model.access.csv',
-        'security/hr_timesheet_data.xml',
+        'security/hr_timesheet_sheet_security.xml',
         'hr_timesheet_sheet_view.xml',
         'hr_timesheet_workflow.xml',
         'process/hr_timesheet_sheet_process.xml',
+        'board_hr_timesheet_view.xml',
+        'report/hr_timesheet_report_view.xml',
         'report/timesheet_report_view.xml',
+        'wizard/hr_timesheet_current_view.xml',
+        'hr_timesheet_sheet_data.xml'
     ],
-    'demo_xml': ['hr_timesheet_sheet_demo.xml'],
+    'demo_xml': ['hr_timesheet_sheet_demo.xml',
+
+                 ],
+    'test':['test/test_hr_timesheet_sheet.yml'],
     'installable': True,
     'active': False,
     'certificate': '0073297700829',
+    'application': True,
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: