This module is part of the OpenERP software, the leading Open Source
enterprise management system. If you want to discover OpenERP, check our
screencasts or download
OpenERP directly.
This modules 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, feedback
* Product backlog
* Sprint backlog
It adds some concepts to the project management module:
* Mid-term, long-term road-map
* Customers/functional requests VS technical ones
It also create a new reporting:
* Burn-down chart
The scrum projects and tasks inherits from the real projects and
tasks, so you can continue working on normal tasks that will also
include tasks from scrum projects.
More information on the methodology:
* http://controlchaos.com
Sum of spent hours of all tasks related to this project.
manager:
Project Manager, many2one
child_id:
Subproject, one2many
planned_hours:
Planned Time, float, readonly
Sum of planned hours of all tasks related to this project.
partner_id:
Partner, many2one
warn_footer:
Mail Footer, text
Footer added at the beginning of the email for the warning message sent to the customer when a task is closed.
warn_manager:
Warn Manager, boolean
If you check this field, the project manager will receive a request each time a task is completed by his team.
warn_customer:
Warn Partner, boolean
If you check this, the user will have a popup when closing a task that propose a message to send by email to the customer.
date_start:
Starting Date, date
priority:
Sequence, integer
parent_id:
Parent project, many2one
state:
State, selection, required, readonly
complete_name:
Project Name, char, readonly
timesheet_id:
Working Time, many2one
Timetable working hours to adjust the gantt diagram report
scrum:
Is Scrum, integer
members:
Project Members, many2many
Project’s member. Not used in any computation, just for information purpose.
active:
Active, boolean
sprint_size:
Sprint Days, integer
name:
Project Name, char, required
notes:
Notes, text
Internal description of the project.
warn_header:
Mail Header, text
Header added at the beginning of the email for the warning message sent to the customer when a task is closed.
total_hours:
Total Time, float, readonly
Sum of total hours of all tasks related to this project.
product_owner_id:
Product Owner, many2one
category_id:
Analytic Account, many2one
Link this project to an analytic account if you need financial management on projects. It enables you to connect projects with budgets, planning, cost and revenue analysis, timesheets on projects, etc.
progress_rate:
Progress, float, readonly
Percent of tasks closed according to the total of tasks todo.