Skip to content

Commit

Permalink
[MIG] project_scrum: migration to Odoo 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan196 committed Sep 29, 2021
1 parent 8a5a174 commit bacb1af
Show file tree
Hide file tree
Showing 16 changed files with 463 additions and 295 deletions.
14 changes: 7 additions & 7 deletions project_scrum/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Project Scrum
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject--agile-lightgray.png?logo=github
:target: https://github.com/OCA/project-agile/tree/12.0/project_scrum
:target: https://github.com/OCA/project-agile/tree/14.0/project_scrum
:alt: OCA/project-agile
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/project-agile-12-0/project-agile-12-0-project_scrum
:target: https://translation.odoo-community.org/projects/project-agile-14-0/project-agile-14-0-project_scrum
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/256/12.0
:target: https://runbot.odoo-community.org/runbot/256/14.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand All @@ -41,8 +41,8 @@ Usage
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
- Project with sprints, product owner, scrum master
- Sprints with reviews, daily meetings, feedbacks
- Product backlog
- Sprint backlog

Expand All @@ -56,7 +56,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/project-agile/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/project-agile/issues/new?body=module:%20project_scrum%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/project-agile/issues/new?body=module:%20project_scrum%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Expand Down Expand Up @@ -84,6 +84,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/project-agile <https://github.com/OCA/project-agile/tree/12.0/project_scrum>`_ project on GitHub.
This module is part of the `OCA/project-agile <https://github.com/OCA/project-agile/tree/14.0/project_scrum>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 1 addition & 1 deletion project_scrum/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Project Scrum",
"summary": "Use Scrum Method to manage your project",
"version": "12.0.1.0.0",
"version": "14.0.1.0.0",
"category": "Project Management",
"author": "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/project-agile",
Expand Down
Loading

0 comments on commit bacb1af

Please sign in to comment.