[MERGE] lp:~openerp-dev/openobject-addons/trunk-wizard-remove-cancel-editable-tch
[odoo/odoo.git] / addons / hr_holidays / __openerp__.py
index f06b41e..09809e4 100644 (file)
 
 
 {
-    "name": "Human Resources: Holidays management",
+    "name": "Leaves Management",
     "version": "1.5",
-    "author": "OpenERP SA & Axelor",
-    "category": "Generic Modules/Human Resources",
+    "author": "OpenERP SA",
+    "category": "Human Resources",
+    "sequence": 28,
     "website": "http://www.openerp.com",
-    "description": """Human Resources: Holidays tracking and workflow
+    "description": """
+This module allows you to manage leaves and leaves' requests.
+=============================================================
 
-    This module allows you to manage leaves and leaves' requests.
-    Implements a dashboard for human resource management that includes.
-        * My Leaves
-        * My Expenses
-    Note that:
+Implements a dashboard for human resource management that includes.
+    * Leaves
+
+Note that:
     - A synchronisation with an internal agenda (use of the CRM module) is possible: in order to automatically create a case when an holiday request is accepted, you have to link the holidays status to a case section. You can set up this info and your colour preferences in
-                HR / Configuration / Holidays Status
+                Human Resources/Configuration/Holidays/Leave Type
     - An employee can make an ask for more off-days by making a new Allocation It will increase his total of that leave type available (if the request is accepted).
     - There are two ways to print the employee's holidays:
         * The first will allow to choose employees by department and is used by clicking the menu item located in
-                HR / Holidays Request / Print Summary of Holidays
+                Human Resources/Reporting/Holidays/Leaves by Department
         * The second will allow you to choose the holidays report for specific employees. Go on the list
-                HR / Employees / Employees
-            then select the ones you want to choose, click on the print icon and select the option
-                'Print Summary of Employee's Holidays'
-    - The wizard allows you to choose if you want to print either the Confirmed & Validated holidays or only the Validated ones. These states must be set up by a user from the group 'HR' and with the role 'holidays'. You can define these features in the security tab from the user data in
+                Human Resources/Human Resources/Employees
+                then select the ones you want to choose, click on the print icon and select the option
+                'Employee's Holidays'
+    - The wizard allows you to choose if you want to print either the Confirmed & Validated holidays or only the Validated ones. These states must be set up by a user from the group 'HR'. You can define these features in the security tab from the user data in
                 Administration / Users / Users
-            for example, you maybe will do it for the user 'admin'
-            .
+                for example, you maybe will do it for the user 'admin'.
 """,
-    'author': 'OpenERP SA & Axelor',
-    'website': 'http://www.openerp.com',
+    'images': ['images/hr_allocation_requests.jpeg', 'images/hr_leave_requests.jpeg', 'images/leaves_analysis.jpeg'],
     'depends': ['hr', 'crm', 'process', 'resource'],
     'init_xml': [],
     'update_xml': [
         'security/ir.model.access.csv',
+        'security/ir_rule.xml',
         'hr_holidays_workflow.xml',
         'hr_holidays_view.xml',
         'hr_holidays_data.xml',
         'wizard/hr_holidays_summary_department_view.xml',
         'wizard/hr_holidays_summary_employees_view.xml',
         'board_hr_holidays_view.xml',
-        'board_hr_manager_holidays_view.xml',
         ],
     'demo_xml': ['hr_holidays_demo.xml',],
     'test': ['test/test_hr_holiday.yml',
              'test/hr_holidays_report.yml',
              ],
     'installable': True,
-    'active': False,
+    'application': True,
+    'auto_install': False,
     'certificate': '0086579209325',
 }
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: