Project Scrum Management Agile
by Serpent Consulting Services Pvt. Ltd. https://www.serpentcs.com/ , David DRAPEAU https://www.serpentcs.com/$ 164.72
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Calendar (calendar)
• Discuss (mail) • Sales Management (sale_management) • Timesheets (hr_timesheet) • Invoicing Management (account_invoicing) • Employee Directory (hr) • Project (project) |
Lines of code | 3159 |
Technical Name |
project_scrum_agile |
License | AGPL-3 |
Website | http://www.serpentcs.com |
Versions | 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Calendar (calendar)
• Discuss (mail) • Sales Management (sale_management) • Timesheets (hr_timesheet) • Invoicing Management (account_invoicing) • Employee Directory (hr) • Project (project) |
Lines of code | 3159 |
Technical Name |
project_scrum_agile |
License | AGPL-3 |
Website | http://www.serpentcs.com |
Versions | 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 |
For the feature of Scrum portal, Look at the Website Scrum Portal module on Odoo Appstore.
This modules implements all concepts defined by the Scrum Project Management Methodology. This application respects the scrum.org protocol and has the following features:
- Project roles
- Scrum Master
- Product Owner
- Development Team
- Sprint Releases
- Sprints
- Date Start and Date stop
- Stand up 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)
- Product Backlog (users stories)
- New kanban view
- Date_open and date_done
- Story complexity points
- Text area for describe tests acceptance
- Display charts
- Burn-down Chart (based on story points)
- Sprints Velocity (for each Scrum project)
- 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
It adds some concepts to the project management module:
It also create a new reporting:
- Scrum
- Product Backlog
- Sandbox
- Sprints
- Sprint Releases
- Scrum Meeting
Sprint Planning
Pick tasks from the backlog to be completed in your first Sprint,You can decide a time length that works for you.

Features
User Stories
Daily Meeting
Sprint Review
Sprint Retrospective
Daily Meeting
BurnDown Charts
Bar Chart

Line Chart

Pie Chart

Daily Scrum Meeting
Daily Meeting make Your Product Better..
Time to start working on Sprint! Team members work on their tasks, and everybody checks in on their progress at the Daily Scrum Meeting

Features
Check out our various Odoo Services below | ||||||||||||||||
|
||||||||||||||||
Check out our various Odoo Based Products | ||||||||||||||||
|
||||||||||||||||
For any questions, support and development contact us. | ||||||||||||||||
|
||||||||||||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
||||||||||||||||
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedthank you very much
great module and extraordinary supports, attention and service thanks serpent
Is it supported on Odoo 17 and latest 18 ?
Re:
Hello Syed,
yes available for Odoo 17, and for odoo 18 it's on migration phase, will available asap.
Odoo 17 Link : https://apps.odoo.com/apps/modules/17.0/project_scrum_agile
Thank You.
Nice App.
Easy to use,elegant functionalities like., manage the project roles, Sprints and review, as well as Charts. Thanks Serpent.
This module is not working with the enterprise edtion
the module is not compatible with the timesheet module, because the date field in model 'account.analytic.line' has been changed to datetime, here the traceback of the error when you try to the timesheet grid view : Traceback (most recent call last): File "/home/odoo/Documents/PycharmProjects/odoo/odoo/http.py", line 641, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/home/odoo/Documents/PycharmProjects/odoo/odoo/http.py", line 683, in dispatch result = self._call_function(**self.params) File "/home/odoo/Documents/PycharmProjects/odoo/odoo/http.py", line 333, in _call_function return checked_call(self.db, *args, **kwargs) File "/home/odoo/Documents/PycharmProjects/odoo/odoo/service/model.py", line 101, in wrapper return f(dbname, *args, **kwargs) File "/home/odoo/Documents/PycharmProjects/odoo/odoo/http.py", line 326, in checked_call result = self.endpoint(*a, **kw) File "/home/odoo/Documents/PycharmProjects/odoo/odoo/http.py", line 941, in __call__ return self.method(*args, **kw) File "/home/odoo/Documents/PycharmProjects/odoo/odoo/http.py", line 506, in response_wrap response = f(*args, **kw) File "/home/odoo/Documents/PycharmProjects/odoo/addons/web/controllers/main.py", line 890, in call_kw return self._call_kw(model, method, args, kwargs) File "/home/odoo/Documents/PycharmProjects/odoo/addons/web/controllers/main.py", line 882, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/home/odoo/Documents/PycharmProjects/odoo/odoo/api.py", line 687, in call_kw return call_kw_model(method, model, args, kwargs) File "/home/odoo/Documents/PycharmProjects/odoo/odoo/api.py", line 672, in call_kw_model result = method(recs, *args, **kwargs) File "/home/odoo/Documents/PycharmProjects/enterprise/grid/models.py", line 45, in read_grid column_info = self._grid_column_info(col_field, range) File "/home/odoo/Documents/PycharmProjects/enterprise/grid/models.py", line 214, in _grid_column_info raise ValueError(_("Can not use fields of type %s as grid columns") % field.type) ValueError: Can not use fields of type datetime as grid columns