[ADD]: Images of project_scrum and project_timesheet modules.

bzr revid: rch@tinyerp.com-20110316132222-wzmfcn3cj1uwa6zq
This commit is contained in:
rch-openerp 2011-03-16 18:52:22 +05:30
parent 967a9a9cdf
commit 33c691e7cc
2 changed files with 8 additions and 2 deletions

View File

@ -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': [

View File

@ -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"],