-
-
Notifications
You must be signed in to change notification settings - Fork 827
[18.0][MIG] project_timeline: Migration to version 18.0 #1478
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
Conversation
/ocabot migration project_timeline |
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.
LGTM
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.
LGTM
========================== Timeline view for projects ========================== This module extends the standard tasks actions to add the timeline view to them, and also adds the needed fields in the view for handling them. Usage ===== * Go to *Project > Project > Tasks*. * Click on the icon with a clock. * You will see the tasks in the new view.
* [IMP] Add start and end date in task form view * [IMP] Add start and end date in task form view
Currently, if `date_end` is not set it will result in a KeyError.
…_state : blocked tasks are red and task without user are white [IMP] project_timeline : planned_hours is displayed only if not null
Modules that bring `gantt` and `map` view mode are not declared in module dependency Those modes were introduced by https://github.com/OCA/project/pull/869/files#r785447743
Currently translated at 33.3% (2 of 6 strings) Translation: project-15.0/project-15.0-project_timeline Translate-URL: https://translation.odoo-community.org/projects/project-15-0/project-15-0-project_timeline/pt_BR/
Currently translated at 100.0% (4 of 4 strings) Translation: project-16.0/project-16.0-project_timeline Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_timeline/pt_BR/
The fields `date_assign` and `date_end` can't be used, as they are automatically rewritten on certain flow events (user assignation and stage changed to finished one), so we need dedicated fields for the planning. A previous change switches `date_assign` to `date_start`, but it didn't change demo data, and better to use a consistent naming, prefixing both fields with `planned_`. This includes the migration scripts for preserving previous data, and automations to fill planned data from the previous fields. It also pre-fills planning information from assignation date/close date as a best effort pre-planning for existing tasks. TT50618 Co-Authored-By: Pedro M. Baeza <[email protected]> [IMP] project_timeline: Add planned_date_* fields to the task tree view TT50618
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: project-16.0/project-16.0-project_timeline Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_timeline/
Currently translated at 85.7% (6 of 7 strings) Translation: project-16.0/project-16.0-project_timeline Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_timeline/es/
Currently translated at 100.0% (7 of 7 strings) Translation: project-16.0/project-16.0-project_timeline Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_timeline/it/
Currently translated at 100.0% (7 of 7 strings) Translation: project-16.0/project-16.0-project_timeline Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_timeline/es_AR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: project-17.0/project-17.0-project_timeline Translate-URL: https://translation.odoo-community.org/projects/project-17-0/project-17-0-project_timeline/
…vent errors on timeline view complementary to commit 42bd28c
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: project-17.0/project-17.0-project_timeline Translate-URL: https://translation.odoo-community.org/projects/project-17-0/project-17-0-project_timeline/
Currently translated at 100.0% (7 of 7 strings) Translation: project-17.0/project-17.0-project_timeline Translate-URL: https://translation.odoo-community.org/projects/project-17-0/project-17-0-project_timeline/it/
Currently translated at 100.0% (7 of 7 strings) Translation: project-17.0/project-17.0-project_timeline Translate-URL: https://translation.odoo-community.org/projects/project-17-0/project-17-0-project_timeline/es/
2104290
to
cd3ca4a
Compare
ping @pedrobaeza @victoralmau please review this |
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.
Tested on runboat.
/ocabot merge nobump
This PR has the |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 4975070. Thanks a lot for contributing to OCA. ❤️ |
Depends on:
TT56051
@Tecnativa @pedrobaeza @victoralmau