-
-
Notifications
You must be signed in to change notification settings - Fork 803
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
[14.0][ADD] project_milestone_estimated_hours #1332
base: 14.0
Are you sure you want to change the base?
[14.0][ADD] project_milestone_estimated_hours #1332
Conversation
[ADD] readme
@OCA/project-service-maintainers Hello! Can you please revise this PR? Thank you in advance. |
nothing wrong in the code, but is it worth to add a full blown module just to add a single field? Wouldn't it be better to this field inside project_milestone directly instead? cc @patrickrwilson @OCA/project-service-maintainers @pedrobaeza @dreispt |
actually after Odoo v15, project_milestone is removed from the OCA as it became a native feature. so not sure it's worth adding this module in v14. See #1268 |
I know that in V15, Odoo has included a feature for milestones but a lot of people use a V14 so, yes, I think it is worth it. |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Hi @pedrobaeza , @rvalyi , @leemannd , @victoralmau Can you please mark this PR "no stale " All tests have been confirmed, and the PR now needs approval. Thank you cc OCA/project-service-maintainers |
Hi @OCA/project-service-maintainers Could someone take a look and approve this PR ? Thanks |
I believe the directives are for the modules to not be branded by the authors. |
Context
The module
project_milestone <https://github.com/OCA/project/tree/14.0/project_milestone>
_ allows to define milestones for a project.Multiple tasks in the project can be linked to a given milestone.
Description
Field estimated hours is displayed in form and list view of a project milestone and in tab of milestones of a project.
when a milestone is copied, value of estimated hours is copied too.