-
-
Notifications
You must be signed in to change notification settings - Fork 785
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
base: 16.0
Are you sure you want to change the base?
Conversation
3d5253e
to
ef51edb
Compare
This PR has the |
Awesome lets get this merged! @OCA/project-service-maintainers |
ef51edb
to
8fcedea
Compare
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 |
@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. |
<group> | ||
<field name="date_start" /> | ||
<field name="date_option" /> | ||
<field |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add force_save="1"
to here, please
@adasatorres I made a PR to your branch can you please take a look :) BinhexTeam#1 |
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.
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.
On the sprint view you see the all sprint for this project.
On Sprint Timeline view you can found the task group by sprint.
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.