From 5c345cedda8c2d8c8021d674a84442023af6fbe7 Mon Sep 17 00:00:00 2001 From: rch-openerp Date: Mon, 14 Mar 2011 18:55:25 +0530 Subject: [PATCH] [ADD]: Images of hr_payroll, hr_payroll_account and hr_recruitment modules. bzr revid: rch@tinyerp.com-20110314132525-md6dssmphbvh82iu --- addons/hr_payroll/__openerp__.py | 5 ++++- addons/hr_payroll_account/__openerp__.py | 7 +++++-- addons/hr_recruitment/__openerp__.py | 6 ++++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/addons/hr_payroll/__openerp__.py b/addons/hr_payroll/__openerp__.py index f15456c..96ea217 100644 --- a/addons/hr_payroll/__openerp__.py +++ b/addons/hr_payroll/__openerp__.py @@ -23,7 +23,9 @@ 'name': 'Human Resource Payroll', 'version': '1.0', 'category': 'Generic Modules/Human Resources', - 'description': """Generic Payroll system + 'description': """ + Generic Payroll system. + ======================= * Employee Details * Employee Contracts * Passport based Contract @@ -35,6 +37,7 @@ """, 'author':'OpenERP SA', 'website':'http://www.openerp.com', + 'images': ['images/hr_employee_payslip.jpeg','images/hr_payment_advice.jpeg','images/hr_payroll_register.jpeg'], 'depends': [ 'hr', 'hr_contract', diff --git a/addons/hr_payroll_account/__openerp__.py b/addons/hr_payroll_account/__openerp__.py index 2d3b56e..7bf5399 100644 --- a/addons/hr_payroll_account/__openerp__.py +++ b/addons/hr_payroll_account/__openerp__.py @@ -23,13 +23,16 @@ 'name': 'Human Resource Payroll Accounting', 'version': '1.0', 'category': 'Generic Modules/Human Resources', - 'description': """Generic Payroll system Integrated with Accountings + 'description': """ + Generic Payroll system Integrated with Accountings. + =================================================== * Expense Encoding * Payment Encoding * Company Contribution Management """, 'author':'OpenERP SA', 'website':'http://www.openerp.com', + 'images': ['images/hr_employee_payslip.jpeg'], 'depends': [ 'hr_payroll', 'account', @@ -38,7 +41,7 @@ 'init_xml': [ ], 'update_xml': [ - "security/ir.model.access.csv", + "security/ir.model.access.csv", "hr_payroll_account_view.xml", ], 'demo_xml': [ diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index 320d0c4..205d94e 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -24,8 +24,9 @@ 'version': '1.0', 'category': 'Generic Modules/Human Resources', 'description': """ -Manages job positions and the recruitement process. It's integrated with the -survey module to allow you to define interview for different jobs. +Manages job positions and the recruitement process. +=================================================== +It's integrated with the survey module to allow you to define interview for different jobs. This module is integrated with the mail gateway to automatically tracks email sent to jobs@YOURCOMPANY.com. It's also integrated with the document management @@ -33,6 +34,7 @@ system to store and search in your CV base. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/hr_recruitment_analysis.jpeg','images/hr_recruitment_applicants.jpeg'], 'depends': ['decimal_precision', 'hr', 'survey', 'crm'], 'update_xml': [ 'wizard/hr_recruitment_phonecall_view.xml', -- 1.7.10.4