Added modules icons for main apps
[odoo/odoo.git] / addons / hr_timesheet_sheet / __openerp__.py
index 1b554a6..7299e28 100644 (file)
 
 
 {
-    'name': 'Timesheets',
+    'name': 'Timesheets Validation',
     'version': '1.0',
-    'category': 'Generic Modules/Human Resources',
+    'category': 'Human Resources',
     'description': """
-This module helps you to 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.
+===================================================================================================
+
+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:
@@ -45,18 +47,20 @@ The validation can be configured in the company:
     """,
     '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',
-        'report/timesheet_report_view.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',
 
@@ -65,5 +69,6 @@ The validation can be configured in the company:
     'installable': True,
     'active': False,
     'certificate': '0073297700829',
+    'application': True,
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: