[ADD]: Images of hr_timesheet,hr_timesheet_sheet and hr_timesheet_invoice.

bzr revid: rch@tinyerp.com-20110315083148-p16kdyfik5wryjhs
This commit is contained in:
rch-openerp 2011-03-15 14:01:48 +05:30
parent 24381f640d
commit d4a24a415c
3 changed files with 12 additions and 6 deletions

View File

@ -25,9 +25,10 @@
'version': '1.0', 'version': '1.0',
'category': 'Generic Modules/Human Resources', 'category': 'Generic Modules/Human Resources',
'description': """ 'description': """
This module implements a timesheet system. Each employee can encode and This module implements a timesheet system.
track their time spent on the different projects. A project is an ==========================================
analytic account and the time spent on a project generates costs on Each employee can encode and track their time spent on the different projects.
A project is an analytic account and the time spent on a project generates costs on
the analytic account. the analytic account.
Lots of reporting on time and employee tracking are provided. Lots of reporting on time and employee tracking are provided.
@ -37,6 +38,7 @@ to set up a management by affair.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images': ['images/hr_timesheet_lines.jpeg'],
'depends': ['account', 'hr', 'base', 'hr_attendance', 'process'], 'depends': ['account', 'hr', 'base', 'hr_attendance', 'process'],
'init_xml': ['hr_timesheet_data.xml'], 'init_xml': ['hr_timesheet_data.xml'],
'update_xml': [ 'update_xml': [

View File

@ -26,10 +26,12 @@
'category': 'Generic Modules/Accounting', 'category': 'Generic Modules/Accounting',
'description': """ 'description': """
Module to generate invoices based on costs (human resources, expenses, ...). Module to generate invoices based on costs (human resources, expenses, ...).
============================================================================
You can define price lists in analytic account, make some theoretical revenue You can define price lists in analytic account, make some theoretical revenue
reports, eso.""", reports, eso.""",
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'images': ['images/hr_bill_task_work.jpeg','images/hr_type_of_invoicing.jpeg'],
'depends': ['account', 'hr_timesheet'], 'depends': ['account', 'hr_timesheet'],
'data': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',

View File

@ -25,9 +25,10 @@
'version': '1.0', 'version': '1.0',
'category': 'Generic Modules/Human Resources', 'category': 'Generic Modules/Human Resources',
'description': """ 'description': """
This module helps you to easily encode and validate timesheet and attendances This module helps you to easily encode and validate timesheet and attendances within the same view.
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. 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 Other tabs contains statistics views to help you analyse your
time or the time of your team: time or the time of your team:
@ -45,6 +46,7 @@ The validation can be configured in the company:
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', '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'], 'depends': ['hr_timesheet', 'hr_timesheet_invoice', 'process'],
'init_xml': [], 'init_xml': [],
'update_xml': [ 'update_xml': [