-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] project_scrum: Migration to 13.0
- Loading branch information
Fernando La Chica
committed
Nov 22, 2020
1 parent
58258cc
commit a705256
Showing
21 changed files
with
132 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<record model="ir.values" id="ps_make_test_task"> | ||
<field name="model_id" ref="model_project_scrum_sprint" /> | ||
<field name="name">Create tasks for test</field> | ||
<field name="key2">client_action_multi</field> | ||
<field name="key">action</field> | ||
<field name="model">project.scrum.sprint</field> | ||
</record> | ||
<record model="ir.actions.server" id="ps_action_server_creat_test_task"> | ||
<field name="name">Create Tasks from Test Cases</field> | ||
<field name="model_id" ref="model_project_scrum_sprint" /> | ||
<field name="state">code</field> | ||
<field name="type">ir.actions.server</field> | ||
<field name="code">self.test_task(cr, uid, object, pool)</field> | ||
<field name="condition">True</field> | ||
<field name="menu_ir_values_id" ref="ps_make_test_task" /> | ||
<field name="binding_model_id" ref="model_project_scrum_sprint" /> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* Mohamed Habib Challouf <[email protected]> | ||
* Samir Guesmi <[email protected]> | ||
* George Daramouskas <[email protected]> | ||
* Fernando La Chica <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Organize your tasks with the Scrum and Sprint methodology. | ||
|
||
*Create Sprints to manage your task deadlines* | ||
*Manage multiple sprint durations with the possibility of creating different Scrum Teams* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
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 | ||
- Product backlog | ||
- Sprint backlog | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.