[ADD]: Images of hr_holidays, hr_expense and hr_evaluation modules.
authorrch-openerp <rch@tinyerp.com>
Mon, 14 Mar 2011 12:55:43 +0000 (18:25 +0530)
committerrch-openerp <rch@tinyerp.com>
Mon, 14 Mar 2011 12:55:43 +0000 (18:25 +0530)
bzr revid: rch@tinyerp.com-20110314125543-yi6bzkmmqzcmtcrn

addons/hr_evaluation/__openerp__.py
addons/hr_expense/__openerp__.py
addons/hr_holidays/__openerp__.py

index 0232911..bb5025f 100644 (file)
     "author": "OpenERP SA",
     "category": "Generic Modules/Human Resources",
     "website": "http://www.openerp.com",
+    "images": ["images/hr_evaluation_analysis.jpeg","images/hr_evaluation.jpeg"],
     "depends": ["hr",'hr_recruitment','survey'],
     "description": """
           Ability to create employees evaluation.
+          =======================================
           An evaluation can be created by employee for subordinates,
           juniors as well as his manager.The evaluation is done under a plan
           in which various surveys can be created and it can be defined which
           level of employee hierarchy fills what and final review and evaluation
           is done by the manager.Every evaluation filled by the employees can be viewed
-          in the form of.Implements a dashboard for My Current Evaluations
+          in the form of pdf file. Implements a dashboard for My Current Evaluations
          """,
     "init_xml": [],
     "demo_xml": ["hr_evaluation_demo.xml",
index 75d79d4..58887e6 100644 (file)
@@ -26,6 +26,7 @@
     'category': 'Generic Modules/Human Resources',
     'description': """
     This module aims to manage employee's expenses.
+    ===============================================
 
     The whole workflow is implemented:
     * Draft expense
@@ -40,6 +41,7 @@
     """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
+    'images': ['images/hr_expenses_analysis.jpeg', 'images/hr_expenses.jpeg'],
     'depends': ['hr', 'account'],
     'init_xml': [],
     'update_xml': [
index 2baa20d..a6390aa 100644 (file)
     "author": ['OpenERP SA', 'Axelor'],
     "category": "Generic Modules/Human Resources",
     "website": "http://www.openerp.com",
-    "description": """Human Resources: Holidays tracking and workflow
-
+    "description": """
     This module allows you to manage leaves and leaves' requests.
+    =============================================================
     Implements a dashboard for human resource management that includes.
-        * My Leaves
-        * My Expenses
+        * 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
+                Human Resources/Human Resources/Employees
             then select the ones you want to choose, click on the print icon and select the option
-                'Print Summary of Employee's Holidays'
+                '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'.
 """,
+    'images': ['images/hr_allocation_requests.jpeg', 'images/hr_leave_requests.jpeg', 'images/leaves_analysis.jpeg'],
     'depends': ['hr', 'crm', 'process', 'resource'],
     'init_xml': [],
     'update_xml': [