forked from OCA/project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Numigi/TA#65337-bis
TA#65337 [ADD] readme
- Loading branch information
Showing
5 changed files
with
18 additions
and
34 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
The module `project_milestone` allows to define Milestones for a Project. | ||
|
||
Multiple tasks in the project can be linked to a given milestone. | ||
|
||
Field `Total Hours` is displayed in form and list views of a Project Milestone and in the tab of Milestones of a Project. |
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 @@ | ||
- Numigi (tm) and all its contributors (https://bit.ly/numigiens) |
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,3 @@ | ||
This module adds a new field `Total Hours` on Milestone form view. | ||
|
||
The field `Total Hours` is the sum of timesheets of active tasks associated to the Milestone. |
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,9 @@ | ||
As a `Project/User`, I create timesheets and set `Duration` for 2 tasks associated to the same Milestone. | ||
|
||
![task 1](../static/description/task1.png) | ||
|
||
![task 2](../static/description/task2.png) | ||
|
||
I open the Milestone, the field `Total Hours` is set with the **sum of timesheets spent hours** of associated tasks. | ||
|
||
![milestone](../static/description/milestone.png) |