v 14.0 Third Party 144
Live Preview
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
LicenseLGPL-3
Websitehttp://www.serpentcs.com
Versions 11.0 13.0 15.0 16.0 14.0 10.0 12.0
You bought this module and need support? Click here!
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
LicenseLGPL-3
Websitehttp://www.serpentcs.com
Versions 11.0 13.0 15.0 16.0 14.0 10.0 12.0
SerpentCS Logo

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
Project Scrum Management Agile Methodology

Featured Screenshots

arrow-left arrow-right

Our Odoo Services

Odoo Customization

Odoo Customization

Odoo Implementation

Odoo Implementation

Odoo Integration

Odoo Integration

Odoo Support

Odoo Support

Hire Odoo Developer

Hire Odoo Developers

Help And Support


Write a mail to us:

contact@serpentcs.com

Write a text to us on WhatsApp:

(+91) 98793-54457 (+91) 90334-72982

Visit Our Website:

www.serpentcs.com

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
Request for testing link
by
Zana Coulibaly
on 9/1/21, 4:08 PM

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
by
Jay Vora - SerpentCS
on 9/2/21, 2:23 AM Author

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
by
Megamedia S.A.
on 2/5/21, 3:34 PM Confirmed Purchase


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)