-
-
Notifications
You must be signed in to change notification settings - Fork 794
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
[15.0][MIG] project_task_dependency: migration #892
[15.0][MIG] project_task_dependency: migration #892
Conversation
* [ADD] project_task_dependencies [FIX] Removed bullet point * [FIX] Module name and circular depedencies * [FIX] NewId issue * [FIX] Test names
Currently translated at 100.0% (8 of 8 strings) Translation: project-11.0/project-11.0-project_task_dependency Translate-URL: https://translation.odoo-community.org/projects/project-11-0/project-11-0-project_task_dependency/fr/
Currently translated at 100,0% (8 of 8 strings) Translation: project-11.0/project-11.0-project_task_dependency Translate-URL: https://translation.odoo-community.org/projects/project-11-0/project-11-0-project_task_dependency/pt_BR/
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Depending tasks are very expensive to be computed, so we remove them from the form view as they are useless. We need also to split the compute method for each field for not suffering the same problem with the needed field. Any way, this doesn't add anything, as each field is computed isolatedly. Finally, a bit of tweaking has been done for improving a bit computation of dependencies.
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: project-12.0/project-12.0-project_task_dependency Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_task_dependency/
Currently translated at 100.0% (19 of 19 strings) Translation: project-12.0/project-12.0-project_task_dependency Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_task_dependency/gl/
Currently translated at 100.0% (19 of 19 strings) Translation: project-12.0/project-12.0-project_task_dependency Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_task_dependency/es/
Currently translated at 100.0% (19 of 19 strings) Translation: project-12.0/project-12.0-project_task_dependency Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_task_dependency/de/
Currently translated at 100.0% (19 of 19 strings) Translation: project-12.0/project-12.0-project_task_dependency Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_task_dependency/sl/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: project-12.0/project-12.0-project_task_dependency Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_task_dependency/
Currently translated at 100.0% (19 of 19 strings) Translation: project-12.0/project-12.0-project_task_dependency Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_task_dependency/hr/
Currently translated at 78.9% (15 of 19 strings) Translation: project-12.0/project-12.0-project_task_dependency Translate-URL: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_task_dependency/fr/
Yes, you are right |
and added migration scripts. Odoo 15 for now have their own dependencies.
Good point here. I haven't thinked about that. @BT-aestebanez I have included your query. |
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!
Thanks
This PR has the |
@dreispt @AaronHForgeFlow can you please merge this PR? Thank you |
@rafaelbn Could you please review (and merge if you find it correct) this PR? |
Hello @astirpe , what do you think as maintainer? Thanks in advance 😄 |
/ocabot migration project_task_dependency |
@rafaelbn it seems @astirpe does not have time. But @pedrobaeza said the approach was ok... I think we can merge it, don't you? |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
@dreispt your merge command was aborted due to failed check(s), which you can inspect on this commit of 15.0-ocabot-merge-pr-892-by-dreispt-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
@dreispt Thanks. |
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 08e565c. Thanks a lot for contributing to OCA. ❤️ |
There is only migration script to save old data. For now one Odoo 15 has dependencies, so this module is not longer needed.