Project Scrum Management Agile Methodology
by Serpent Consulting Services Pvt. Ltd. https://www.serpentcs.com/ , David DRAPEAU https://www.serpentcs.com/
Odoo
$ 154.72
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Calendar (calendar)
• Discuss (mail) • Project (project) • Sales (sale_management) • Invoicing (account) • Employees (hr) |
Lines of code | 3046 |
Technical Name |
project_scrum_agile |
License | LGPL-3 |
Website | http://www.serpentcs.com |
Versions | 11.0 13.0 15.0 16.0 14.0 10.0 12.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Calendar (calendar)
• Discuss (mail) • Project (project) • Sales (sale_management) • Invoicing (account) • Employees (hr) |
Lines of code | 3046 |
Technical Name |
project_scrum_agile |
License | LGPL-3 |
Website | http://www.serpentcs.com |
Versions | 11.0 13.0 15.0 16.0 14.0 10.0 12.0 |

Project Scrum Management Agile Methodology
The Scrum projects and tasks inherit from the real projects and tasks, So you can continue working on normal tasks that will also include tasks from Scrum projects. Following menus will be added to the system:
Scrum:
Product Backlog Sandbox Sprints Sprint Releases Scrum Meeting
Key Features
Project roles
- Scrum Master
- Product Owner
- Development Team
Sandbox
- A developer of development team can add a user story to sandbox
- The product owner can valid it (transfer into product backlog) or delete it
Sprints
- date_start and date_stop
- Standup meetings for each user of team
- Sprint review
- Sprint retrospective
- Planned velocity (you write velocity desired and displayed on Sprint Velocity Chart)
- Effective velocity (it is computed by all users stories affected to the sprint)
- Effective velocity done (it is computed by all users stories done and displayed on Sprint Velocity Chart)
Display Charts
- Burdown Chart (based on story points)
- Sprints Velocity (for each Scrum project)
The concepts of project management module:
- Mid-term, Long-term Road-map
- Customers/Functional Requests VS Technical Ones

Suggested Apps

Our Odoo Services

Odoo Customization

Odoo Implementation

Odoo Integration

Odoo Support

Hire Odoo Developers
Help And Support
Write a mail to us:
contact@serpentcs.comWrite a text to us on WhatsApp:
(+91) 98793-54457 (+91) 90334-72982Visit Our Website:
www.serpentcs.com
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Request for testing link
Hello Serpent Cousulting,
Do you have a live testing link? I would like to buy the module but I need a link to see how it works on a real project.
Re: Request for testing link
Hello Zana,
Yes we have d demo link here - 27.109.22.14:6046
User id - admin
Password - admin
If you have face any functional issue regarding this app Please email on support@serpentcs.com.
Thanks.
Error on Open Sprints page
Hi Everyone,
Please i need soport to resolv this problem,
saludos,
Error:
Odoo Server Error
Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
result = request.dispatch()
File "/home/odoo/src/odoo/odoo/http.py", line 683, in dispatch
result = self._call_function(**self.params)
File "/home/odoo/src/odoo/odoo/http.py", line 359, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/service/model.py", line 94, in wrapper
return f(dbname, *args, **kwargs)
File "/home/odoo/src/odoo/odoo/http.py", line 347, in checked_call
result = self.endpoint(*a, **kw)
File "/home/odoo/src/odoo/odoo/http.py", line 912, in __call__
return self.method(*args, **kw)
File "/home/odoo/src/odoo/odoo/http.py", line 531, in response_wrap
response = f(*args, **kw)
File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 1335, in search_read
return self.do_search_read(model, fields, offset, limit, domain, sort)
File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 1354, in do_search_read
return Model.web_search_read(domain, fields, offset=offset, limit=limit, order=sort)
File "/home/odoo/src/odoo/addons/web/models/models.py", line 53, in web_search_read
records = self.search_read(domain, fields, offset=offset, limit=limit, order=order)
File "/home/odoo/src/odoo/odoo/models.py", line 4837, in search_read
result = records.read(fields)
File "/home/odoo/src/odoo/odoo/models.py", line 3023, in read
return self._read_format(fnames=fields, load=load)
File "/home/odoo/src/odoo/odoo/models.py", line 3043, in _read_format
vals[name] = convert(record[name], record, use_name_get)
File "/home/odoo/src/odoo/odoo/models.py", line 5664, in __getitem__
return self._fields[key].__get__(self, type(self))
File "/home/odoo/src/odoo/odoo/fields.py", line 986, in __get__
self.compute_value(recs)
File "/home/odoo/src/odoo/odoo/fields.py", line 1142, in compute_value
records._compute_field_value(self)
File "/home/odoo/src/odoo/addons/mail/models/mail_thread.py", line 412, in _compute_field_value
return super()._compute_field_value(field)
File "/home/odoo/src/odoo/odoo/models.py", line 4059, in _compute_field_value
getattr(self, field.compute)()
File "/home/odoo/src/user/addons/project_scrum_agile/models/project_scrum.py", line 239, in _compute_effective_velocity
search_read([('sprint_id', '=', self.id)], ['complexity'])
File "/home/odoo/src/odoo/odoo/fields.py", line 3772, in __get__
raise ValueError("Expected singleton: %s" % record)
Exception
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/http.py", line 639, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/odoo/src/odoo/odoo/http.py", line 315, in _handle_exception
raise exception.with_traceback(None) from new_cause
ValueError: Expected singleton: project.scrum.sprint(1, 4)