Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][ADD] project_scrum #1329

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

adasatorres
Copy link

Hi, this addon allow you to manage your project with scrum methodology.

You can access the sprints and blacklog from the project options on kanban view or from the project settings form view.

image

On the backlog view you found the all task for this project, except the task with kanban state is done or task with a sprint assigned.

image

On the sprint view you see the all sprint for this project.

image

  • The sprint's have a timeline view.
  • You can see your task from sprint.
  • When a task have a sprint assigned, only can assigned the members on task.

On Sprint Timeline view you can found the task group by sprint.

image

You can change the sprint state with buttons on sprint form view or using the cron.

Added a new filter on search task for filter using a sprint state.

project_scrum/models/project_sprint.py Outdated Show resolved Hide resolved
project_scrum/models/project_sprint.py Outdated Show resolved Hide resolved
project_scrum/views/project_sprint_views.xml Outdated Show resolved Hide resolved
project_scrum/models/project_sprint.py Outdated Show resolved Hide resolved
project_scrum/views/project_views.xml Outdated Show resolved Hide resolved
project_scrum/views/project_views.xml Outdated Show resolved Hide resolved
@adasatorres adasatorres force-pushed the 16.0-add-project_scrum branch 5 times, most recently from 3d5253e to ef51edb Compare September 30, 2024 15:22
@adasatorres adasatorres changed the title [ADD] project_scrum [16.0][ADD] project_scrum Oct 1, 2024
@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@tarteo
Copy link
Member

tarteo commented Oct 1, 2024

Awesome lets get this merged! @OCA/project-service-maintainers

@adasatorres adasatorres force-pushed the 16.0-add-project_scrum branch from ef51edb to 8fcedea Compare October 21, 2024 14:14
@mileo
Copy link
Member

mileo commented Nov 6, 2024

Nice work, but it's worth considering that a sprint can sometimes span multiple projects, particularly in contexts where teams manage several projects concurrently or employ scaled agile practices like SAFe. In these cases, linking sprint backlog items to their respective projects can optimize organization and progress tracking across initiatives.

References:

https://scaledagileframework.com/#largesolution
https://scaledagileframework.com/safe-scrum/
https://scaledagileframework.com/iteration-planning/

tarteo added a commit to onesteinbv/addons-oca that referenced this pull request Nov 14, 2024
@tarteo
Copy link
Member

tarteo commented Nov 15, 2024

@mileo So I think what this technically entails is making project_id on project.sprint a many2many. What do you think @adasatorres? Would this be something you like?

Or we can use project_parent for this?

When the field is empty the sprint can be considered company-wide.

@tarteo
Copy link
Member

tarteo commented Nov 15, 2024

@adasatorres I made a PR to your branch can you please take a look :) BinhexTeam#1

@adasatorres adasatorres force-pushed the 16.0-add-project_scrum branch from 029e63c to 8c22b70 Compare November 18, 2024 09:28
@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@pedrobaeza pedrobaeza added this to the 16.0 milestone Nov 19, 2024
@pedrobaeza
Copy link
Member

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 16.0-ocabot-merge-pr-1329-by-pedrobaeza-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 620628b into OCA:16.0 Nov 19, 2024
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 6d8bb29. Thanks a lot for contributing to OCA. ❤️

@olaf-wagner
Copy link

So is this https://github.com/OCA/project-agile/blob/14.0/project_scrum/ officially discontinued now?
It's not a good idea to have two modules with the same name in different OCA repositories.

@pedrobaeza
Copy link
Member

Oh, I wasn't aware of that one... Maybe we should move this one to there?

@olaf-wagner
Copy link

Well, if project-agile is not thought to be superfluous, it would rather belong there. But there is already a module with the same name and different code. So they should either be merged (and ideally a migration provided for existing installations) or one has to be renamed (which should be done anyway in order to avoid confusion and update problems with the older module). There is an open PR for the 16.0 port of the older module: OCA/project-agile#39

@pedrobaeza
Copy link
Member

Please, Binhex team, can you check?

@afbenevides
Copy link

afbenevides commented Nov 26, 2024

Hello @pedrobaeza, we are using the https://github.com/OCA/project-agile/ also. We are also in the work of adding epics ( OCA/project-agile#41 ) to that line of agile module. These already take care of sprints, user story ( and storypoints concept ) and now will also get epics (all in 14). Then we will migrate all of it in 16, but there is already some work going on for the migration: OCA/project-agile#39 and OCA/project-agile#38 . Have a look @adasatorres. Please keep us informed so we get a uniform agile line of module in 16 OCA. We would like to contribute to the version that will last throughout versions of odoo like https://github.com/OCA/project-agile/ did since 10.

@tarteo
Copy link
Member

tarteo commented Nov 26, 2024

I don't see the advantages of having the scrum modules in a different repository, IMO we should consolidate them and move functionality that is missing here

@adasatorres
Copy link
Author

Good evening, first of all, I would like to apologize for the commotion caused by this incident. Secondly, the main idea behind this addon was to create a simpler version, as upon reviewing the project_scrum addon in the project_agile repository, I found elements that I don't believe are truly necessary or that, personally, don't make sense to me.

If it is necessary to include this addon in project-agile, is it possible to refactor the project_scrum from that repository?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants