From 33c691e7ccc3046bfaefc492ef96c29237a4f715 Mon Sep 17 00:00:00 2001 From: rch-openerp Date: Wed, 16 Mar 2011 18:52:22 +0530 Subject: [PATCH] [ADD]: Images of project_scrum and project_timesheet modules. bzr revid: rch@tinyerp.com-20110316132222-wzmfcn3cj1uwa6zq --- addons/project_scrum/__openerp__.py | 6 ++++-- addons/project_timesheet/__openerp__.py | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/addons/project_scrum/__openerp__.py b/addons/project_scrum/__openerp__.py index a4b4e453acb..230dbde07a3 100644 --- a/addons/project_scrum/__openerp__.py +++ b/addons/project_scrum/__openerp__.py @@ -25,8 +25,9 @@ 'version': '1.0', 'category': 'Enterprise Specific Modules/Information Technology', 'description': """ - This module implements all concepts defined by the scrum project - management methodology for IT companies: + This module implements all concepts defined by the scrum project management methodology for IT companies. + ========================================================================================================= + * Project with sprints, product owner, scrum master * Sprints with reviews, daily meetings, feedbacks * Product backlog @@ -47,6 +48,7 @@ * http://controlchaos.com """, 'author': 'OpenERP SA', + 'images': ['images/product_backlogs.jpeg', 'images/project_sprints.jpeg', 'images/scrum_dashboard.jpeg', 'images/scrum_meetings.jpeg'], 'depends': ['project', 'process'], 'init_xml': [], 'update_xml': [ diff --git a/addons/project_timesheet/__openerp__.py b/addons/project_timesheet/__openerp__.py index e0defdb7e07..7798e5a4108 100644 --- a/addons/project_timesheet/__openerp__.py +++ b/addons/project_timesheet/__openerp__.py @@ -24,12 +24,16 @@ 'version': '1.0', 'category': 'Generic Modules/Human Resources', 'description': """ + Synchronization of project task work entries with timesheet entries. + ==================================================================== + This module lets you transfer the entries under tasks defined for Project Management to the Timesheet line entries for particular date and particular user with the effect of creating, editing and deleting either ways. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/invoice_task_work.jpeg', 'images/my_timesheet.jpeg', 'images/working_hour.jpeg'], 'depends': ['project', 'hr_timesheet_sheet', 'hr_timesheet_invoice'], 'init_xml': ['project_timesheet_data.xml'], 'update_xml': ["security/ir.model.access.csv","process/project_timesheet_process.xml", "report/task_report_view.xml", "project_timesheet_view.xml"],