[ADD]: Images of hr, hr_attendance and hr_contract modules.

bzr revid: rch@tinyerp.com-20110314112013-zwazl3oanlsh7fz5
This commit is contained in:
rch-openerp 2011-03-14 16:50:13 +05:30
parent 55334f78ed
commit 721d40f606
3 changed files with 9 additions and 2 deletions

View File

@ -26,13 +26,16 @@
"category": "Generic Modules/Human Resources",
"website": "http://www.openerp.com",
"description": """
Module for human resource management. You can manage:
Module for human resource management.
=====================================
You can manage:
* Employees and hierarchies : You can define your employee with User and display hierarchies
* HR Departments
* HR Jobs
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/hr_department.jpeg', 'images/hr_employee.jpeg','images/hr_job_position.jpeg'],
'depends': ['resource', 'board'],
'init_xml': [],
'update_xml': [

View File

@ -26,10 +26,12 @@
'category': 'Generic Modules/Human Resources',
'description': """
This module aims to manage employee's attendances.
==================================================
Keeps account of the attendances of the employees on the basis of the
actions(Sign in/Sign out) performed by them.
""",
'author': 'OpenERP SA',
'images': ['images/hr_attendances.jpeg'],
'depends': ['hr'],
'update_xml': [
'security/ir.model.access.csv',

View File

@ -25,7 +25,8 @@
'version': '1.0',
'category': 'Generic Modules/Human Resources',
'description': """
Add all information on the employee form to manage contracts:
Add all information on the employee form to manage contracts.
=============================================================
* Marital status,
* Security number,
* Place of birth, birth date, ...
@ -33,6 +34,7 @@
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'images': ['images/hr_contract.jpeg'],
'depends': ['hr'],
'init_xml': ['hr_contract_data.xml'],
'update_xml': [